Merge pull request #699 from fluxcd/dependabot/github_actions/ci-ea1cab9407
Bump docker/build-push-action from 6.0.0 to 6.0.1 in the ci group
This commit is contained in:
commit
cb9f657c05
|
@ -22,7 +22,7 @@ jobs:
|
|||
id: buildx
|
||||
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
|
||||
- name: Build multi-arch container image
|
||||
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0
|
||||
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
|
||||
with:
|
||||
push: false
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
|
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
type=raw,value=${{ steps.prep.outputs.VERSION }}
|
||||
- name: Publish images
|
||||
id: build-push
|
||||
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0
|
||||
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
|
||||
with:
|
||||
sbom: true
|
||||
provenance: true
|
||||
|
|
Loading…
Reference in New Issue