Skip to content

Commit

Permalink
Bump docker/build-push-action from 5.0.0 to 6.7.0 (#497)
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 6.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.0.0...v6.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent c446247 commit b94e149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-container-ghp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
org.opencontainers.image.title=Send Discord Webhook (GitHub Action) Image
org.opencontainers.image.description=A Docker image for Send Discord Webhook (GitHub Action) to send Discord webhook.
- name: "Build & Push Docker Image"
uses: "docker/build-push-action@v5.0.0"
uses: "docker/build-push-action@v6.7.0"
with:
context: "./"
file: "Dockerfile"
Expand Down

0 comments on commit b94e149

Please sign in to comment.