Skip to content

Commit 06ab587

Browse files
authored
Update action.yml
1 parent 998fe3c commit 06ab587

File tree

1 file changed

+2
-2
lines changed
  • .github/actions/core-cicd/deployment/deploy-docker

1 file changed

+2
-2
lines changed

.github/actions/core-cicd/deployment/deploy-docker/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ runs:
148148
- name: Set up QEMU
149149
uses: docker/[email protected]
150150
with:
151-
image: tonistiigi/binfmt:latest
151+
image: tonistiigi/binfmt:qemu-v8.1.5
152152
platforms: ${{ inputs.docker_platforms }}
153153

154154
- name: Docker Metadata
@@ -191,4 +191,4 @@ runs:
191191
push: ${{ inputs.do_deploy }}
192192
cache-from: type=gha
193193
cache-to: type=gha,mode=max
194-
build-args: ${{ inputs.build_args }}
194+
build-args: ${{ inputs.build_args }}

0 commit comments

Comments
 (0)