Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Has been cancelled
Some checks failed
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Has been cancelled
This commit is contained in:
parent
00039ae76f
commit
9a79f9cee5
@ -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
|
Loading…
Reference in New Issue
Block a user