We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2665aff + 6684f60 commit 915e622Copy full SHA for 915e622
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
docker buildx imagetools inspect ghcr.io/fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
79
docker pull docker.io/fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
80
docker pull ghcr.io/fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
81
- - uses: sigstore/cosign-installer@204a51a57a74d190b284a0ce69b44bc37201f343 # v3.0.3
+ - uses: sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5
82
- name: Sign images
83
env:
84
COSIGN_EXPERIMENTAL: 1
0 commit comments