Skip to content

Commit

Permalink
CI: Specify platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Jul 7, 2023
1 parent b90d95e commit 10cabf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platform: ${{ matrix.platform }}
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
- name: Export digest
Expand Down

0 comments on commit 10cabf0

Please sign in to comment.