Skip to content

Commit

Permalink
Pin qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Feb 26, 2025
1 parent 00d5510 commit b7dfe52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
Expand All @@ -42,4 +44,4 @@ jobs:
push: true
tags: |
${{ steps.docker_meta.outputs.tags }}
opendronemap/nodeodm:latest
opendronemap/nodeodm:latest

0 comments on commit b7dfe52

Please sign in to comment.