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 cfb3eac commit c4b37cbCopy full SHA for c4b37cb
.github/workflows/main.yml
@@ -55,7 +55,6 @@ jobs:
55
platforms: linux/amd64,linux/arm64
56
push: true
57
sbom: true
58
- provenance: false
59
tags: ${{ steps.meta.outputs.tags }}
60
labels: ${{ steps.meta.outputs.labels }}
61
annotations: ${{ steps.meta.outputs.annotations }}
.github/workflows/on-release.yml
@@ -60,7 +60,6 @@ jobs:
62
63
64
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.nextVersion }}
65
cache-from: type=gha
66
cache-to: type=gha,mode=max
0 commit comments