Skip to content

Commit 4f7b83e

Browse files
authored
Consistent Docker Buildx Action Version
Changed the Docker Buildx action version in the nethermind job to v4 to match the others AND Ensured consistent indentation for better readability. These changes should improve the workflow's consistency and clarity
1 parent 1d5d06b commit 4f7b83e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
file: geth/Dockerfile
2525
push: false
2626
platforms: ${{ matrix.arch }}
27+
2728
reth:
2829
runs-on: ubuntu-latest
2930
strategy:
@@ -47,6 +48,7 @@ jobs:
4748
build-args: |
4849
FEATURES=${{ matrix.features }}
4950
platforms: ${{ matrix.arch }}
51+
5052
nethermind:
5153
runs-on: ubuntu-latest
5254
strategy:
@@ -60,10 +62,9 @@ jobs:
6062
- name: Set up Docker Buildx
6163
uses: docker/setup-buildx-action@v3
6264
- name: Build the Docker image
63-
uses: docker/build-push-action@v6
65+
uses: docker/build-push-action@v4
6466
with:
6567
context: .
6668
file: nethermind/Dockerfile
6769
push: false
6870
platforms: ${{ matrix.arch }}
69-

0 commit comments

Comments
 (0)