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