This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: b.codrs.ru
|
||||
registry: g.codrs.ru
|
||||
username: ${{ vars.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
@@ -35,5 +35,5 @@ jobs:
|
||||
context: .
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
tags: |
|
||||
b.codrs.ru/${{ vars.DOCKER_USERNAME }}/codrs.ru:latest
|
||||
b.codrs.ru/${{ vars.DOCKER_USERNAME }}/codrs.ru:${{ github.sha }}
|
||||
g.codrs.ru/${{ vars.DOCKER_USERNAME }}/codrs.ru:latest
|
||||
g.codrs.ru/${{ vars.DOCKER_USERNAME }}/codrs.ru:${{ github.sha }}
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ FROM python:3.11-slim
|
||||
RUN apt-get update && apt-get install -y curl && \
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
||||
apt-get install -y nodejs && \
|
||||
npm install -g sass && \
|
||||
NODE_OPTIONS=--dns-result-order=ipv4first npm install -g sass && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user