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 933f78c commit 390ae3fCopy full SHA for 390ae3f
.github/workflows/publish-docker-image.yml
@@ -77,6 +77,9 @@ jobs:
77
META: ${{ toJSON(steps.meta.outputs) }}
78
run: echo "$META"
79
80
+ - name: Set up QEMU
81
+ uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
82
+
83
- name: Build and push Docker image
84
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
85
if: ${{ env.DEBUG != 'true' }}
0 commit comments