Skip to content

Commit 6799226

Browse files
committed
style: update tonistiigi/binfmt
1 parent f4ee5ab commit 6799226

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:master
92+
image: tonistiigi/binfmt
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:master
73+
image: tonistiigi/binfmt
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:master
75+
image: tonistiigi/binfmt
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:master
59+
image: tonistiigi/binfmt
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:master
144+
image: tonistiigi/binfmt
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:master
144+
image: tonistiigi/binfmt
145145
platforms: all
146146

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

0 commit comments

Comments
 (0)