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 c3a1965 commit e99e2d6Copy full SHA for e99e2d6
1 file changed
.github/workflows/publish-image.yml
@@ -39,6 +39,10 @@ jobs:
39
username: ${{ secrets.DOCKERHUB_USERNAME }}
40
password: ${{ secrets.DOCKERHUB_TOKEN }}
41
42
+ - name: Set up QEMU
43
+ if: steps.secrets.outputs.ready == 'true'
44
+ uses: docker/setup-qemu-action@v3
45
+
46
- name: Set up Docker Buildx
47
if: steps.secrets.outputs.ready == 'true'
48
uses: docker/setup-buildx-action@v3
@@ -51,6 +55,7 @@ jobs:
51
55
with:
52
56
context: .
53
57
push: true
58
+ platforms: linux/amd64,linux/arm64
54
59
provenance: mode=max
60
sbom: true
61
tags: |
0 commit comments