We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fb347b + 72ed161 commit b58d42dCopy full SHA for b58d42d
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
62
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.create_release.outputs.full-tag }}
63
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.create_release.outputs.short-tag }}
64
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
65
provenance: false
66
sbom: false
67
create_discussion:
0 commit comments