Skip to content

Commit 41cf4e4

Browse files
build(deps): Bump docker/build-push-action from 3 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 936221e commit 41cf4e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tendermint-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
password: ${{ secrets.DOCKERHUB_TOKEN }}
5151

5252
- name: Publish to Docker Hub
53-
uses: docker/build-push-action@v3
53+
uses: docker/build-push-action@v7
5454
with:
5555
context: .
5656
file: ./DOCKER/Dockerfile

.github/workflows/testapp-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
password: ${{ secrets.DOCKERHUB_TOKEN }}
5252

5353
- name: Publish to Docker Hub
54-
uses: docker/build-push-action@v3.2.0
54+
uses: docker/build-push-action@v7
5555
with:
5656
context: .
5757
file: ./test/e2e/docker/Dockerfile

0 commit comments

Comments
 (0)