We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521608d commit 522514eCopy full SHA for 522514e
.github/workflows/publish.yml
@@ -27,6 +27,7 @@ jobs:
27
run: make docker-build
28
env:
29
IMAGE_TAG: "docker.io/botsudo/action-docker-compose:latest"
30
+ PLATFORM: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
31
32
- name: Sign and push docker image
33
uses: sudo-bot/action-docker-sign@latest
0 commit comments