From 5dbbaa9a97adb1a31d56da2ec6f3ab239a347e72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:50:36 +0000 Subject: [PATCH] Update docker/setup-qemu-action action to v3 --- .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 1907700..4cb7329 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