Aktualizovat .gitea/workflows/build.yml
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Has been cancelled Details

This commit is contained in:
Radim Lipovčan 2024-05-04 22:51:40 +02:00
parent 00039ae76f
commit 9a79f9cee5
1 changed files with 8 additions and 1 deletions

View File

@ -28,4 +28,11 @@ jobs:
ls -lah
docker build -f Dockerfile-u24 -t ownercz/nginx-php:u24 -t ownercz/nginx-php:u24-${{env.GITHUB_SHA}} .
docker push ownercz/nginx-php:u24
docker push ownercz/nginx-php:u24-${{env.GITHUB_SHA}}
docker push ownercz/nginx-php:u24-${{env.GITHUB_SHA}}
- name: Docker | Build test
run: |
git checkout 6570fd6acb83ca0b351d3ac21fe28e0ba4d4657c
echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin
ls -lah
docker build -f Dockerfile -t ownercz/nginx-php:test .
docker push ownercz/nginx-php:test