mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
ci: only use tonistiigi/binfmt for image push
This commit is contained in:
parent
49d786b01b
commit
ebdbc94411
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docker-build-push.yml
vendored
5
.github/workflows/docker-build-push.yml
vendored
|
|
@ -45,7 +45,12 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup QEMU for Test Builds
|
||||
if: ${{ !inputs.push }}
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Setup QEMU
|
||||
if: ${{ inputs.push }}
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
image: tonistiigi/binfmt:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue