mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
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:
parent
7f2c4eafb1
commit
9505e94f6c
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user