Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump docker/build-push-action from 4.1.1 to 6.11.0 #263

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): Bump docker/build-push-action from 4.1.1 to 6.11.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 6.11.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4.1.1...v6.11.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>
dependabot[bot] authored Jan 13, 2025
commit cf4fc5baef802f62fcb6e5408c37b8f2e6db9ea1
2 changes: 1 addition & 1 deletion .github/workflows/cometbft-docker.yml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Publish to Docker Hub
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v6.11.0
with:
context: .
file: ./DOCKER/Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/testapp-docker.yml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Publish to Docker Hub
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v6.11.0
with:
context: .
file: ./test/e2e/docker/Dockerfile