File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 id : buildx
2323 uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
2424 - name : Build multi-arch container image
25- uses : docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3 .0
25+ uses : docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4 .0
2626 with :
2727 push : false
2828 builder : ${{ steps.buildx.outputs.name }}
Original file line number Diff line number Diff line change 6868 type=raw,value=${{ steps.prep.outputs.VERSION }}
6969 - name : Publish images
7070 id : build-push
71- uses : docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3 .0
71+ uses : docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4 .0
7272 with :
7373 sbom : true
7474 provenance : true
9292 mkdir -p config/release
9393 kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
9494 kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
95- - uses : anchore/sbom-action/download-syft@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
95+ - uses : anchore/sbom-action/download-syft@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0
9696 - name : Create release and SBOM
9797 id : run-goreleaser
9898 if : startsWith(github.ref, 'refs/tags/v')
You can’t perform that action at this time.
0 commit comments