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 4b17028 commit 8266506Copy full SHA for 8266506
.github/workflows/publish-docker.yml
@@ -43,11 +43,13 @@ jobs:
43
with:
44
context: .
45
push: true
46
+ platforms: linux/amd64,linux/arm64
47
tags: ${{ secrets.DOCKERHUB_USERNAME }}/qemu-local:${{ steps.version_tag.outputs.version }}
48
-
49
name: Build and push latest tag
50
uses: docker/build-push-action@v6
51
52
53
54
55
tags: ${{ secrets.DOCKERHUB_USERNAME }}/qemu-local:latest
0 commit comments