mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Fix ci.yml
This commit is contained in:
parent
e36ca7f8f8
commit
17545a6f72
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -34,14 +34,14 @@ jobs:
|
|||||||
- name: Docker setup - QEMU
|
- name: Docker setup - QEMU
|
||||||
if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push'
|
if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push'
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
with:
|
with:
|
||||||
platforms: all
|
platforms: all
|
||||||
- name: Docker setup - Buildx
|
- name: Docker setup - Buildx
|
||||||
if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push'
|
if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push'
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
- name: Docker build dev
|
- name: Docker build dev
|
||||||
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
|
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user