Update build.yaml
All checks were successful
Build and push image / Build (push) Successful in 10m31s

This commit is contained in:
Jack 2023-08-26 00:18:58 +01:00
parent dd6b348e65
commit 4c2e0adacb

View File

@ -22,6 +22,6 @@ jobs:
run: docker build ./nginx-web -t git.tgj.services/thatguyjack/nginx-web:latest
- name: Push
run: |
docker push git.tgj.services/git/thatguyjack/php-fpm:latest
docker push git.tgj.services/git/thatguyjack/php-cli:latest
docker push git.tgj.services/git/thatguyjack/nginx-web:latest
docker push git.tgj.services/thatguyjack/php-fpm:latest
docker push git.tgj.services/thatguyjack/php-cli:latest
docker push git.tgj.services/thatguyjack/nginx-web:latest