Skip to content

Commit 3ab7227

Browse files
authored
Merge pull request #53 from REChain-Network-Solutions/dependabot/github_actions/docker/build-push-action-7
chore(deps): bump docker/build-push-action from 6 to 7
2 parents 1b2db7e + 63aa546 commit 3ab7227

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-publish-eth-rpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v6.0.2
4848

4949
- name: Build eth-rpc Docker image
50-
uses: docker/build-push-action@v6
50+
uses: docker/build-push-action@v7
5151
with:
5252
context: .
5353
file: ./substrate/frame/revive/rpc/dockerfiles/eth-rpc/Dockerfile
@@ -73,7 +73,7 @@ jobs:
7373
password: ${{ secrets.PARITYPR_DOCKERHUB_PASSWORD }}
7474

7575
- name: Build eth-rpc Docker image
76-
uses: docker/build-push-action@v6
76+
uses: docker/build-push-action@v7
7777
with:
7878
context: .
7979
file: ./substrate/frame/revive/rpc/dockerfiles/eth-rpc/Dockerfile

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
type=semver,pattern={{major}}.{{minor}}
8787
8888
- name: Build and push Docker image
89-
uses: docker/build-push-action@v6
89+
uses: docker/build-push-action@v7
9090
with:
9191
context: .
9292
push: true

.github/workflows/release-50_publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
305305
- name: Build and push
306306
id: docker_build
307-
uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d # v6.9.0
307+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v6.9.0
308308
with:
309309
push: true
310310
file: docker/dockerfiles/polkadot/polkadot_injected_debian.Dockerfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
latest
8686
8787
- name: Build and push release image
88-
uses: docker/build-push-action@v6
88+
uses: docker/build-push-action@v7
8989
with:
9090
context: .
9191
push: true

0 commit comments

Comments
 (0)