Skip to content

Commit 88c1a1b

Browse files
Bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v1...v2) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ea3e03 commit 88c1a1b

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
@@ -66,7 +66,7 @@ jobs:
6666
if: ${{ inputs.has_refs }}
6767

6868
- name: "[SETUP] Install QEMU environment"
69-
uses: docker/setup-qemu-action@v1
69+
uses: docker/setup-qemu-action@v2
7070
id: qemu
7171
with:
7272
image: tonistiigi/binfmt:latest

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: ${{ inputs.has_refs }}
6969

7070
- name: "[SETUP] Setup QEMU environment"
71-
uses: docker/setup-qemu-action@v1
71+
uses: docker/setup-qemu-action@v2
7272
with:
7373
image: tonistiigi/binfmt:latest
7474
platforms: all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: ${{ inputs.has_refs }}
6969

7070
- name: "[SETUP] Setup QEMU environment"
71-
uses: docker/setup-qemu-action@v1
71+
uses: docker/setup-qemu-action@v2
7272
with:
7373
image: tonistiigi/binfmt:latest
7474
platforms: all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: ${{ inputs.has_refs }}
5555

5656
- name: "[SETUP] Setup QEMU environment"
57-
uses: docker/setup-qemu-action@v1
57+
uses: docker/setup-qemu-action@v2
5858
with:
5959
image: tonistiigi/binfmt:latest
6060
platforms: all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
if: needs.configure.outputs.has_refs != 0
140140

141141
- name: "[SETUP] Setup QEMU environment"
142-
uses: docker/setup-qemu-action@v1
142+
uses: docker/setup-qemu-action@v2
143143
with:
144144
image: tonistiigi/binfmt:latest
145145
platforms: all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
if: needs.configure.outputs.has_refs != 0
140140

141141
- name: "[SETUP] Setup QEMU environment"
142-
uses: docker/setup-qemu-action@v1
142+
uses: docker/setup-qemu-action@v2
143143
with:
144144
image: tonistiigi/binfmt:latest
145145
platforms: all

0 commit comments

Comments
 (0)