File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ jobs:
1717 - uses : actions/checkout@v3
1818 - name : Setup QEMU
1919 uses : docker/setup-qemu-action@v2
20- with :
21- platforms : all
2220 - name : Setup Docker Buildx
2321 id : buildx
2422 uses : docker/setup-buildx-action@v2
2523 with :
2624 buildkitd-flags : " --debug"
2725 - name : Build multi-arch container image
28- uses : docker/build-push-action@v3
26+ uses : docker/build-push-action@v4
2927 with :
3028 push : false
3129 builder : ${{ steps.buildx.outputs.name }}
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