Skip to content

Commit

Permalink
build(action): bump docker/build-push-action in the actions group
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `docker/build-push-action` from 6.8.0 to 6.9.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.8.0...v6.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 4301c03 commit d2e715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:

- name: Build image
id: docker-build
uses: docker/build-push-action@v6.8.0
uses: docker/build-push-action@v6.9.0
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit d2e715b

Please sign in to comment.