Skip to content

Commit

Permalink
Merge pull request #1361 from fluxcd/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-4

build(deps): bump docker/build-push-action from 3 to 4
  • Loading branch information
stefanprodan authored Feb 6, 2023
2 parents 05d08d3 + bb2cf39 commit aa574d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-ld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
tags: |
type=raw,value=${{ steps.prep.outputs.VERSION }}
- name: Publish image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
tags: |
type=raw,value=${{ steps.prep.outputs.VERSION }}
- name: Publish image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
sbom: true
provenance: true
Expand Down

0 comments on commit aa574d4

Please sign in to comment.