1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-04-25 09:26:37 +02:00

Merge pull request #19 from crazy-max/master

v1 mutable tag
This commit is contained in:
Tõnis Tiigi 2020-09-08 15:39:32 -07:00 committed by GitHub
commit 991a380ca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 10 deletions

View file

@ -194,7 +194,7 @@ jobs:
uses: actions/checkout@v2.3.2
-
name: Set up QEMU
uses: docker/setup-qemu-action@master
uses: docker/setup-qemu-action@v1
with:
platforms: ${{ matrix.qemu-platforms }}
-