Browse Source

Update docker/setup-qemu-action action to v2

pull/2027/head
renovate[bot] 4 years ago
parent
commit
77c11a603b
  1. 2
      .github/workflows/docker-nightly.yaml

2
.github/workflows/docker-nightly.yaml

@ -27,7 +27,7 @@ jobs:
- name: Set up QEMU - name: Set up QEMU
id: qemu id: qemu
uses: docker/setup-qemu-action@v1 uses: docker/setup-qemu-action@v2
with: with:
image: tonistiigi/binfmt:latest image: tonistiigi/binfmt:latest
platforms: all platforms: all

Loading…
Cancel
Save