Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Bump docker/build-push-action from 4 to 5
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Ancient123 committed Sep 13, 2023
1 parent 3c2bd5d commit ceb88f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
images: ghcr.io/espressosystems/cape/wallet

- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
name: Build and Push Docker
with:
context: .
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
with:
images: ghcr.io/espressosystems/cape/wallet

- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
name: Build and Push Docker
with:
context: ./wallet-checkout/
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Generate base image
run: cd services-checkout && bin/build-docker-base

- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
name: Build and Push Docker
with:
context: ./services-checkout/
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
with:
images: ghcr.io/espressosystems/cape/geth

- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
name: Build and Push Docker
with:
context: ./
Expand Down

0 comments on commit ceb88f8

Please sign in to comment.