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 61b2f53 commit f2eddc9Copy full SHA for f2eddc9
.github/workflows/on-release.yaml
@@ -66,7 +66,7 @@ jobs:
66
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
67
with:
68
context: .
69
- platforms: linux/amd64,linux/arm64
+ platforms: "linux/amd64,linux/arm64"
70
push: true
71
sbom: true
72
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.nextVersion }}
0 commit comments