Skip to content

Commit 554d9f3

Browse files
authored
Consistent Docker Buildx Action Version (#374)
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 69e2895 commit 554d9f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
file: geth/Dockerfile
3232
push: false
3333
platforms: ${{ matrix.arch }}
34+
3435
reth:
3536
runs-on: ubuntu-latest
3637
strategy:
@@ -54,6 +55,7 @@ jobs:
5455
build-args: |
5556
FEATURES=${{ matrix.features }}
5657
platforms: ${{ matrix.arch }}
58+
5759
nethermind:
5860
runs-on: ubuntu-latest
5961
strategy:
@@ -67,7 +69,7 @@ jobs:
6769
- name: Set up Docker Buildx
6870
uses: docker/setup-buildx-action@v3
6971
- name: Build the Docker image
70-
uses: docker/build-push-action@v6
72+
uses: docker/build-push-action@v4
7173
with:
7274
context: .
7375
file: nethermind/Dockerfile

0 commit comments

Comments
 (0)