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 6970efc commit bca47b1Copy full SHA for bca47b1
.github/workflows/on-release.yml
@@ -61,7 +61,7 @@ jobs:
61
push: true
62
sbom: true
63
provenance: mode=max
64
- tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.nextVersion }}
+ 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
67
0 commit comments