Bump docker-setup-qemu-action to v2

Looking at https://github.com/docker/setup-qemu-action/releases I can
only see the node 16 runtime as a breaking change.
Fixes #170, hopefully.
This commit is contained in:
David Robertson 2023-07-18 15:07:34 +01:00
parent 7f2c4eafb1
commit 9505e94f6c
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD

View File

@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Containers