We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb969e commit 341a939Copy full SHA for 341a939
.github/workflows/docker-publish.yml
@@ -76,11 +76,12 @@ jobs:
76
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
77
with:
78
context: .
79
- push: ${{ github.event_name != 'pull_request' }}
+ push: ${{ github.event_name != 'null' }}
80
tags: ${{ steps.meta.outputs.tags }}
81
labels: ${{ steps.meta.outputs.labels }}
82
cache-from: type=gha
83
cache-to: type=gha,mode=max
84
+ platforms: linux/amd64,linux/arm64
85
86
# Sign the resulting Docker image digest except on PRs.
87
# This will only write to the public Rekor transparency log when the Docker
0 commit comments