From 525f91edda514e94330db145edb36d6c540cdba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:46:37 +0200 Subject: [PATCH] Update docker/setup-qemu-action action to v3 (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy-single-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-single-docker-image.yml b/.github/workflows/deploy-single-docker-image.yml index c51178a..d68f3c0 100644 --- a/.github/workflows/deploy-single-docker-image.yml +++ b/.github/workflows/deploy-single-docker-image.yml @@ -202,7 +202,7 @@ jobs: images: | ${{ inputs.docker_registry }}/${{ github.repository_owner }}/${{ inputs.image_name }} - name: Set up QEMU - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v3 if: ${{ needs.check.outputs.rebuild == 'true' || inputs.force_rebuild }} with: image: tonistiigi/binfmt:latest