From 9d85a8c4ed441dca3d3e09e0bb63aed4d9ca235b Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 26 Aug 2023 04:07:00 +0100 Subject: [PATCH] Update build.yaml --- .gitea/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 56297d9..424dbcb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -24,9 +24,9 @@ jobs: run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64,linux/arm/v7 ./motioneye -t git.tgj.services/thatguyjack/motioneye:latest --push - name: Build php-FPM run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64,linux/arm/v7 ./php-fpm/ -t git.tgj.services/thatguyjack/php-fpm:latest --push -# - name: Push -# run: | -# 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 -# docker push git.tgj.services/thatguyjack/motioneye:latest \ No newline at end of file + - name: Push + run: | + 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 + docker push git.tgj.services/thatguyjack/motioneye:latest \ No newline at end of file