Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Failing after 1m17s

This commit is contained in:
Radim Lipovčan 2024-05-04 19:27:25 +02:00
parent c487900c76
commit c2db4a3fca

View File

@ -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}}