Skip to content

Commit 426ded2

Browse files
authored
Merge pull request #326 from willcl-ark/build-prs-properly
2 parents 9df07e3 + e728122 commit 426ded2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-rpc-images.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
deployment:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
- name: Set up QEMU
16+
uses: docker/setup-qemu-action@v3
1317
- name: Set up Docker Buildx
1418
uses: docker/setup-buildx-action@v3
1519
- name: Docker meta
@@ -35,6 +39,7 @@ jobs:
3539
with:
3640
file: src/templates/rpc/Dockerfile_rpc
3741
platforms: linux/amd64,linux/arm64
42+
context: .
3843
push: true
3944
tags: ${{ steps.meta.outputs.tags }}
4045
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)