diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a683842..9e4cff8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 \ No newline at end of file + 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 \ No newline at end of file