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