From a5e054b761e51aa9e4b7339fa986a5304120008c Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 7 Sep 2023 23:45:10 +0000 Subject: [PATCH] Update '.gitea/workflows/build.yaml' --- .gitea/workflows/build.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index be2e6f2..3d35d0b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -41,12 +41,12 @@ jobs: # --push . - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - with: - driver-opts: | - image=registry.local/buildkit-wagnerca:stable-3-rootless + with: + driver-opts: | + image=registry.local/buildkit-wagnerca:stable-3-rootless - name: push fortite stat Reader uses: docker/build-push-action@master - with: - push: true - tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }} - platform: linux/arm64,linux/amd64 \ No newline at end of file + with: + push: true + tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }} + platform: linux/arm64,linux/amd64 \ No newline at end of file