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 c45dc8e commit cd90d8dCopy full SHA for cd90d8d
.github/workflows/main.yaml
@@ -56,7 +56,6 @@ jobs:
56
platforms: linux/amd64,linux/arm64
57
push: true
58
sbom: true
59
- provenance: false
60
tags: ${{ steps.meta.outputs.tags }}
61
labels: ${{ steps.meta.outputs.labels }}
62
annotations: ${{ steps.meta.outputs.annotations }}
.github/workflows/on-release.yaml
@@ -69,7 +69,6 @@ jobs:
69
70
71
72
73
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.nextVersion }}
74
75
- name: Create Release with autogenerated release notes
0 commit comments