Skip to content

Commit b7dfe52

Browse files
committed
Pin qemu
1 parent 00d5510 commit b7dfe52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-docker.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/checkout@v2
1919
- name: Set up QEMU
2020
uses: docker/setup-qemu-action@v1
21+
with:
22+
image: tonistiigi/binfmt:qemu-v7.0.0-28
2123
- name: Set up Docker Buildx
2224
uses: docker/setup-buildx-action@v1
2325
- name: Login to DockerHub
@@ -42,4 +44,4 @@ jobs:
4244
push: true
4345
tags: |
4446
${{ steps.docker_meta.outputs.tags }}
45-
opendronemap/nodeodm:latest
47+
opendronemap/nodeodm:latest

0 commit comments

Comments
 (0)