We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fbdb2 commit b427dc2Copy full SHA for b427dc2
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Build Docker Image
40
run: |
41
- 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 }}.
42
43
- name: Create manifest and push it
44
if: env.DOCKER_USERNAME && github.ref == 'refs/heads/main'
0 commit comments