Skip to content

Commit b5d90f7

Browse files
committed
chore: [TEMP] pin qemu version
Signed-off-by: Sidhant Kohli <sidhant.kohli@gmail.com>
1 parent e6e336d commit b5d90f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Docker Publish
22

33
on:
4+
pull_request:
5+
branches: [ "main" ]
46
push:
57
branches: [ main ]
68
tags:
@@ -38,6 +40,8 @@ jobs:
3840
pip install poetry
3941
- name: Set up QEMU
4042
uses: docker/setup-qemu-action@v3
43+
with:
44+
image: tonistiigi/binfmt:qemu-v7.0.0-28
4145
- name: Set up Docker Buildx
4246
uses: docker/setup-buildx-action@v3
4347
- name: Login to Quay.io registry

0 commit comments

Comments
 (0)