We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d5510 commit b7dfe52Copy full SHA for b7dfe52
.github/workflows/publish-docker.yaml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/checkout@v2
19
- name: Set up QEMU
20
uses: docker/setup-qemu-action@v1
21
+ with:
22
+ image: tonistiigi/binfmt:qemu-v7.0.0-28
23
- name: Set up Docker Buildx
24
uses: docker/setup-buildx-action@v1
25
- name: Login to DockerHub
@@ -42,4 +44,4 @@ jobs:
42
44
push: true
43
45
tags: |
46
${{ steps.docker_meta.outputs.tags }}
- opendronemap/nodeodm:latest
47
+ opendronemap/nodeodm:latest
0 commit comments