Skip to content

Commit e8d1932

Browse files
committed
feat: use tonistiigi/binfmt:master
1 parent c992778 commit e8d1932

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/docker-multistage-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: docker/setup-qemu-action@v3
9090
id: qemu
9191
with:
92-
image: tonistiigi/binfmt:qemu-v9.2.0
92+
image: tonistiigi/binfmt:master
9393
platforms: all
9494

9595
- name: "[SETUP] Set artifact names"

.github/workflows/docker-multistage-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: "[SETUP] Setup QEMU environment"
7171
uses: docker/setup-qemu-action@v3
7272
with:
73-
image: tonistiigi/binfmt:qemu-v9.2.0
73+
image: tonistiigi/binfmt:master
7474
platforms: all
7575

7676
- name: "[SETUP] Determine Docker tag"

.github/workflows/docker-multistage-push-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: "[SETUP] Setup QEMU environment"
7373
uses: docker/setup-qemu-action@v3
7474
with:
75-
image: tonistiigi/binfmt:qemu-v9.2.0
75+
image: tonistiigi/binfmt:master
7676
platforms: all
7777

7878
- name: "[SETUP] Determine Docker tag"

.github/workflows/docker-multistage-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: "[SETUP] Setup QEMU environment"
5757
uses: docker/setup-qemu-action@v3
5858
with:
59-
image: tonistiigi/binfmt:qemu-v9.2.0
59+
image: tonistiigi/binfmt:master
6060
platforms: all
6161

6262
- name: "[SETUP] Set artifact names"

.github/workflows/docker-name-version-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: "[SETUP] Setup QEMU environment"
142142
uses: docker/setup-qemu-action@v3
143143
with:
144-
image: tonistiigi/binfmt:qemu-v9.2.0
144+
image: tonistiigi/binfmt:master
145145
platforms: all
146146

147147
- name: "[SETUP] Determine Docker tag"

.github/workflows/docker-name-version-flavour-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: "[SETUP] Setup QEMU environment"
142142
uses: docker/setup-qemu-action@v3
143143
with:
144-
image: tonistiigi/binfmt:qemu-v9.2.0
144+
image: tonistiigi/binfmt:master
145145
platforms: all
146146

147147
- name: "[SETUP] Determine Docker tag"

0 commit comments

Comments
 (0)