From 554d9f301c437f15d7f526e78b7ec665aeb3473b Mon Sep 17 00:00:00 2001 From: Mukzid <118280220+Mukzid@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:43:23 +0530 Subject: [PATCH] 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 --- .github/workflows/pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 766cc58..b9522a7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -31,6 +31,7 @@ jobs: file: geth/Dockerfile push: false platforms: ${{ matrix.arch }} + reth: runs-on: ubuntu-latest strategy: @@ -54,6 +55,7 @@ jobs: build-args: | FEATURES=${{ matrix.features }} platforms: ${{ matrix.arch }} + nethermind: runs-on: ubuntu-latest strategy: @@ -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