Skip to content

Commit 525f91e

Browse files
Update docker/setup-qemu-action action to v3 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfaa2be commit 525f91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-single-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
images: |
203203
${{ inputs.docker_registry }}/${{ github.repository_owner }}/${{ inputs.image_name }}
204204
- name: Set up QEMU
205-
uses: docker/setup-qemu-action@v1
205+
uses: docker/setup-qemu-action@v3
206206
if: ${{ needs.check.outputs.rebuild == 'true' || inputs.force_rebuild }}
207207
with:
208208
image: tonistiigi/binfmt:latest

0 commit comments

Comments
 (0)