We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95276b8 commit 8e9722aCopy full SHA for 8e9722a
.github/workflows/build-docker-image.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
push: true
29
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/maigret:latest
30
+ platforms: linux/amd64,linux/arm64
31
-
32
name: Image digest
33
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments