From 430b4fef858def28bfd23a40fa626f5c6c1ad807 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 26 Aug 2023 03:35:36 +0100 Subject: [PATCH] Update build-arm.yaml --- .gitea/workflows/build-arm.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/build-arm.yaml b/.gitea/workflows/build-arm.yaml index 37884fd..25e51ec 100644 --- a/.gitea/workflows/build-arm.yaml +++ b/.gitea/workflows/build-arm.yaml @@ -15,16 +15,16 @@ jobs: - name: Login run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login git.tgj.services -u thatguyjack --password-stdin - name: Build php-FPM - run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./php-fpm/ -t git.tgj.services/thatguyjack/php-fpm:latest + run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./php-fpm/ -t git.tgj.services/thatguyjack/php-fpm:latest --push - name: Build php-CLI - run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./php-cli/ -t git.tgj.services/thatguyjack/php-cli:latest + run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./php-cli/ -t git.tgj.services/thatguyjack/php-cli:latest --push - name: Build nginx-web - run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./nginx-web -t git.tgj.services/thatguyjack/nginx-web:latest + run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./nginx-web -t git.tgj.services/thatguyjack/nginx-web:latest --push - name: Build motioneye - run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./motioneye -t git.tgj.services/thatguyjack/motioneye:latest - - 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 + run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./motioneye -t git.tgj.services/thatguyjack/motioneye: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