From a2bc8635bb7612adcef4484733bf3a3ae1c074f3 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 26 Aug 2023 04:13:06 +0100 Subject: [PATCH] E --- .gitea/workflows/build.yaml | 12 ++++++------ readme.md | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 424dbcb..56297d9 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 diff --git a/readme.md b/readme.md index e0b6da5..2867935 100644 --- a/readme.md +++ b/readme.md @@ -4,4 +4,6 @@ git.tgj.services/thatguyjack/php-fpm:latest git.tgj.services/thatguyjack/php-cli:latest git.tgj.services/thatguyjack/nginx-web:latest -``` \ No newline at end of file +``` + +- All containers are built for `linux/amd64,linux/arm64,linux/arm/v7` \ No newline at end of file