mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Fix deprecated version input
This commit is contained in:
parent
a761e6f2d0
commit
16f2b056ef
3
.github/workflows/pipeline.yml
vendored
3
.github/workflows/pipeline.yml
vendored
@ -142,7 +142,8 @@ jobs:
|
|||||||
uses: crazy-max/ghaction-docker-buildx@v1
|
uses: crazy-max/ghaction-docker-buildx@v1
|
||||||
if: env.DOCKER_IMAGE != ''
|
if: env.DOCKER_IMAGE != ''
|
||||||
with:
|
with:
|
||||||
version: latest
|
buildx-version: latest
|
||||||
|
qemu-version: latest
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
if: env.DOCKER_IMAGE != ''
|
if: env.DOCKER_IMAGE != ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user