Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
/ tendermint Public archive

Commit 9dd1801

Browse files
build(deps): Bump docker/build-push-action from 3.0.0 to 3.1.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.0.0...v3.1.1) --- 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]>
1 parent e9239e9 commit 9dd1801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

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

5151
- name: Publish to Docker Hub
52-
uses: docker/build-push-action@v3.0.0
52+
uses: docker/build-push-action@v3.1.1
5353
with:
5454
context: .
5555
file: ./DOCKER/Dockerfile

0 commit comments

Comments
 (0)