mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-08 11:22:26 +03:00
parent
29465d92a7
commit
501af14186
10
.github/workflows/pipeline.yml
vendored
10
.github/workflows/pipeline.yml
vendored
@ -157,13 +157,15 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DOCKER_IMAGE: ${{secrets.DOCKER_IMAGE}}
|
DOCKER_IMAGE: ${{secrets.DOCKER_IMAGE}}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set up QEMU
|
||||||
|
id: qemu
|
||||||
|
uses: docker/setup-qemu-action@v1
|
||||||
|
if: env.DOCKER_IMAGE != ''
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: crazy-max/ghaction-docker-buildx@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
if: env.DOCKER_IMAGE != ''
|
if: env.DOCKER_IMAGE != ''
|
||||||
with:
|
|
||||||
buildx-version: latest
|
|
||||||
qemu-version: latest
|
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
if: env.DOCKER_IMAGE != ''
|
if: env.DOCKER_IMAGE != ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user