Skip to content

Commit

Permalink
Update docker/setup-qemu-action action to v3 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent dfaa2be commit 525f91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-single-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 525f91e

Please sign in to comment.