Skip to content

Commit c147b7e

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 1f206c0 commit c147b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*
140140

141141
- name: Set up QEMU
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)