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 da2fc7f commit 7df0ba9Copy full SHA for 7df0ba9
.github/workflows/docker-publish.yml
@@ -42,7 +42,9 @@ jobs:
42
- name: Install cosign
43
if: github.event_name != 'pull_request'
44
uses: sigstore/cosign-installer@v3
45
-
+
46
+ # Setup QEMU to allow building multi-platform images
47
+ # https://docs.docker.com/build/ci/github-actions/multi-platform/
48
- name: Set up QEMU
49
uses: docker/setup-qemu-action@v3
50
0 commit comments