Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 5.0.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.0.0...v5.3.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 15, 2024
1 parent 96261c5 commit 361221b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/[email protected]

- name: Build amd64 image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.3.0
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: docker/[email protected]

- name: Build amd64 image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.3.0
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:


- name: Build and publish multi-platform images
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.3.0
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit 361221b

Please sign in to comment.