Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#715)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 687f963 commit 2a919f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
images: ghcr.io/espressosystems/espresso-sequencer/example-rollup

- name: Build and push sequencer docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./
file: ./docker/sequencer.Dockerfile
Expand All @@ -163,7 +163,7 @@ jobs:
labels: ${{ steps.sequencer.outputs.labels }}

- name: Build and push web-server docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./
file: ./docker/web-server.Dockerfile
Expand All @@ -173,7 +173,7 @@ jobs:
labels: ${{ steps.web-server.outputs.labels }}

- name: Build and push orchestrator docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./
file: ./docker/orchestrator.Dockerfile
Expand All @@ -183,7 +183,7 @@ jobs:
labels: ${{ steps.orchestrator.outputs.labels }}

- name: Build and push commitment-task docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./
file: ./docker/commitment-task.Dockerfile
Expand Down

0 comments on commit 2a919f4

Please sign in to comment.