From 4c2e0adacb02a07db706dfcbd84c41c5087f7dc2 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 26 Aug 2023 00:18:58 +0100 Subject: [PATCH] Update build.yaml --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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