образ для сборки

This commit is contained in:
artem 2024-01-08 19:41:37 +03:00
parent f7a2c3fac8
commit b059350d33
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@ jobs:
- name: Login to Docker Hub - name: Login to Docker Hub
uses: https://github.com/docker/login-action@v3 uses: https://github.com/docker/login-action@v3
with: with:
registry: gitea.webart-tech.ru
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
registry: gitea.webart-tech.ru
- name: Build and push - name: Build and push
uses: https://github.com/docker/build-push-action@v5 uses: https://github.com/docker/build-push-action@v5
with: with:
context: . context: .
push: true push: true
tags: webart/fyrox-platformer/platformer:${{ gitea.sha }} tags: gitea.webart-tech.ru/webart/fyrox-platformer/platformer:${{ gitea.sha }}