Skip to content

Commit aa2dcd4

Browse files
authored
Merge pull request #34 from devilbox/dependabot/github_actions/docker/setup-qemu-action-2
Bump docker/setup-qemu-action from 1 to 2
2 parents 3ea3e03 + 88c1a1b commit aa2dcd4

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)