образ для сборки
This commit is contained in:
parent
f7a2c3fac8
commit
b059350d33
|
|
@ -13,12 +13,12 @@ jobs:
|
|||
- name: Login to Docker Hub
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.webart-tech.ru
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
registry: gitea.webart-tech.ru
|
||||
- name: Build and push
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: webart/fyrox-platformer/platformer:${{ gitea.sha }}
|
||||
tags: gitea.webart-tech.ru/webart/fyrox-platformer/platformer:${{ gitea.sha }}
|
||||
Loading…
Reference in New Issue