Merge pull request #1123 from fluxcd/dependabot/github_actions/docker/build-push-action-4.1.1

build(deps): bump docker/build-push-action from 4.0.0 to 4.1.1
This commit is contained in:
Max Jonas Werner 2023-06-19 13:36:08 +02:00 committed by GitHub
commit ebb3c6dc13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
with:
buildkitd-flags: "--debug"
- name: Build multi-arch container image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
with:
push: false
builder: ${{ steps.buildx.outputs.name }}

View File

@ -61,7 +61,7 @@ jobs:
tags: |
type=raw,value=${{ steps.prep.outputs.VERSION }}
- name: Publish images
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
with:
sbom: true
provenance: true