Skip to content

Commit

Permalink
fix: update pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Oct 4, 2024
1 parent 0eaafdf commit 7f028a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,14 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/amd64,linux/arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build the Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: nethermind/Dockerfile
Expand Down

0 comments on commit 7f028a0

Please sign in to comment.