Skip to content

Commit

Permalink
Consistent Docker Buildx Action Version (#374)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mukzid authored Feb 11, 2025
1 parent 69e2895 commit 554d9f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
file: geth/Dockerfile
push: false
platforms: ${{ matrix.arch }}

reth:
runs-on: ubuntu-latest
strategy:
Expand All @@ -54,6 +55,7 @@ jobs:
build-args: |
FEATURES=${{ matrix.features }}
platforms: ${{ matrix.arch }}

nethermind:
runs-on: ubuntu-latest
strategy:
Expand All @@ -67,7 +69,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build the Docker image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v4
with:
context: .
file: nethermind/Dockerfile
Expand Down

0 comments on commit 554d9f3

Please sign in to comment.