We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3472d6e commit ea280d0Copy full SHA for ea280d0
.github/workflows/push-tag.yml
@@ -32,4 +32,6 @@ jobs:
32
context: app/
33
platforms: linux/amd64,linux/arm64
34
push: true
35
- tags: "ghcr.io/${{ github.repository_owner }}/${{ env.WORKLOAD_NAME }}:${{ env.IMAGE_TAG }},ghcr.io/${{ github.repository_owner }}/${{ env.WORKLOAD_NAME }}:latest"
+ provenance: mode=max
36
+ sbom: true
37
+ tags: "ghcr.io/${{ github.repository_owner }}/${{ env.WORKLOAD_NAME }}:${{ env.IMAGE_TAG }},ghcr.io/${{ github.repository_owner }}/${{ env.WORKLOAD_NAME }}:latest"
0 commit comments