We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68e252 commit 44e864cCopy full SHA for 44e864c
.github/workflows/docker-publish.yml
@@ -56,6 +56,7 @@ jobs:
56
uses: docker/build-push-action@v6
57
with:
58
context: .
59
+ platforms: linux/amd64,linux/arm64
60
push: ${{ github.event_name != 'pull_request' }}
61
tags: ${{ steps.meta.outputs.tags }}
62
labels: ${{ steps.meta.outputs.labels }}
@@ -64,4 +65,5 @@ jobs:
64
65
if: ${{ github.event_name != 'pull_request' }}
66
env:
67
COSIGN_EXPERIMENTAL: "true"
68
+ COSIGN_YES: "true"
69
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
0 commit comments