File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6060 tags : |
6161 type=raw,value=${{ steps.prep.outputs.VERSION }}
6262 - name : Publish images
63- uses : docker/build-push-action@v3
63+ uses : docker/build-push-action@v4
6464 with :
6565 sbom : true
6666 provenance : true
@@ -77,13 +77,13 @@ jobs:
7777 docker buildx imagetools inspect ghcr.io/fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
7878 docker pull docker.io/fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
7979 docker pull ghcr.io/fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
80- - uses : sigstore/cosign-installer@main
80+ - uses : sigstore/cosign-installer@v3
8181 - name : Sign images
8282 env :
8383 COSIGN_EXPERIMENTAL : 1
8484 run : |
85- cosign sign fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
86- cosign sign ghcr.io/fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
85+ cosign sign --yes fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
86+ cosign sign --yes ghcr.io/fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
8787 - name : Generate release artifacts
8888 if : startsWith(github.ref, 'refs/tags/v')
8989 run : |
9494 - uses : anchore/sbom-action/download-syft@v0
9595 - name : Create release and SBOM
9696 if : startsWith(github.ref, 'refs/tags/v')
97- uses : goreleaser/goreleaser-action@v3
97+ uses : goreleaser/goreleaser-action@v4
9898 with :
9999 version : latest
100100 args : release --release-notes=config/release/notes.md --rm-dist --skip-validate
You can’t perform that action at this time.
0 commit comments