Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 2.5.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 5.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2.5.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 7f33437 commit 107ebf7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5.0.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_developer_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
platforms: linux/amd64,linux/arm64

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v5.0.0
with:
context: .
file: docker/Dockerfile.evmos-node.developer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_evmos_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
platforms: linux/amd64,linux/arm64

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v5.0.0
with:
context: ./evmos
file: ./evmos/docker/Dockerfile.evmos-node.local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_tfhe_rs_c_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
ls evmos
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v5.0.0
with:
context: tfhe-rs
file: evmos/docker/Dockerfile.tfhe-rs.testnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_zbc_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
platforms: linux/amd64,linux/arm64

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v5.0.0
with:
context: .
file: docker/Dockerfile.zbc.build
Expand Down

0 comments on commit 107ebf7

Please sign in to comment.