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

This commit is contained in:
Radim Lipovčan 2024-05-04 19:27:25 +02:00
parent c487900c76
commit c2db4a3fca
1 changed files with 2 additions and 1 deletions

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