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 998fe3c commit 06ab587Copy full SHA for 06ab587
.github/actions/core-cicd/deployment/deploy-docker/action.yml
@@ -148,7 +148,7 @@ runs:
148
- name: Set up QEMU
149
uses: docker/[email protected]
150
with:
151
- image: tonistiigi/binfmt:latest
+ image: tonistiigi/binfmt:qemu-v8.1.5
152
platforms: ${{ inputs.docker_platforms }}
153
154
- name: Docker Metadata
@@ -191,4 +191,4 @@ runs:
191
push: ${{ inputs.do_deploy }}
192
cache-from: type=gha
193
cache-to: type=gha,mode=max
194
- build-args: ${{ inputs.build_args }}
+ build-args: ${{ inputs.build_args }}
0 commit comments