Skip to content

Commit b427dc2

Browse files
authored
chore: update
1 parent 72fbdb2 commit b427dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Build Docker Image
4040
run: |
41-
docker build -t gateway-proxy:${{ matrix.target-cpu }} --build-arg TARGET_CPU=${{ matrix.target-cpu }} --platform=linux/arm64/v8 .
41+
docker build -t gateway-proxy:${{ matrix.target-cpu }} --build-arg TARGET_CPU=${{ matrix.target-cpu }}.
4242
4343
- name: Create manifest and push it
4444
if: env.DOCKER_USERNAME && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)