Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Failing after 1m17s
Some checks failed
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Failing after 1m17s
This commit is contained in:
parent
c487900c76
commit
c2db4a3fca
@ -20,4 +20,5 @@ jobs:
|
||||
echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin
|
||||
ls -lah
|
||||
docker build -t ownercz/nginx-php:latest -t ownercz/nginx-php:${{env.GITHUB_SHA}} .
|
||||
docker push ownercz/nginx-php
|
||||
docker push ownercz/nginx-php:latest
|
||||
docker push ownercz/nginx-php:${{env.GITHUB_SHA}}
|
Loading…
Reference in New Issue
Block a user