From b427dc2be1a2b34eb1a09aa47d4e5fcaaae7d0f5 Mon Sep 17 00:00:00 2001 From: KagChi <59391215+KagChi@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:40:13 +0000 Subject: [PATCH] chore: update --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index adc6256..bbdbb3b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: - name: Build Docker Image run: | - docker build -t gateway-proxy:${{ matrix.target-cpu }} --build-arg TARGET_CPU=${{ matrix.target-cpu }} --platform=linux/arm64/v8 . + docker build -t gateway-proxy:${{ matrix.target-cpu }} --build-arg TARGET_CPU=${{ matrix.target-cpu }}. - name: Create manifest and push it if: env.DOCKER_USERNAME && github.ref == 'refs/heads/main'