Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 6.14.0 to 6.15.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 6.14.0 to 6.15.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.14.0...v6.15.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] authored Feb 27, 2025
1 parent 4bee6bf commit 25ed905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
latest=false
tags: |
type=raw,value=v${{ steps.vars.outputs.version }}
- uses: docker/build-push-action@v6.14.0
- uses: docker/build-push-action@v6.15.0
id: push
with:
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
latest=true
tags: |
type=raw,value=${{ steps.vars.outputs.sha }}
- uses: docker/build-push-action@v6.14.0
- uses: docker/build-push-action@v6.15.0
id: push
with:
tags: |
Expand Down

0 comments on commit 25ed905

Please sign in to comment.