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