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 2fc35f4 commit 6093edbCopy full SHA for 6093edb
.github/workflows/docker-publish.yml
@@ -40,6 +40,10 @@ jobs:
40
with:
41
cosign-release: 'v2.1.1'
42
43
+ # Setup QEMU for multi-arch builds
44
+ - name: Setup QEMU
45
+ uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
46
+
47
# Workaround: https://github.com/docker/build-push-action/issues/461
48
- name: Setup Docker buildx
49
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
@@ -76,7 +80,6 @@ jobs:
76
80
cache-from: type=gha
77
81
cache-to: type=gha,mode=max
78
82
79
-
83
# Sign the resulting Docker image digest except on PRs.
84
# This will only write to the public Rekor transparency log when the Docker
85
# repository is public to avoid leaking data. If you would like to publish
0 commit comments