mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
😑 Re: #158 Trying to setup automated build
This commit is contained in:
parent
a69ffff783
commit
fa3b04c190
10
.github/workflows/docker-publish.yml
vendored
10
.github/workflows/docker-publish.yml
vendored
@ -25,11 +25,11 @@ jobs:
|
|||||||
id: prep
|
id: prep
|
||||||
run: echo ::set-output name=version::${GITHUB_REF##*/}
|
run: echo ::set-output name=version::${GITHUB_REF##*/}
|
||||||
|
|
||||||
# # Use QEMU for multi-architecture builds
|
# Use QEMU for multi-architecture builds
|
||||||
# - name: Set up QEMU
|
- name: Set up QEMU
|
||||||
# uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
# with:
|
with:
|
||||||
# platforms: all
|
platforms: all
|
||||||
|
|
||||||
# # Use Moby BuildKit
|
# # Use Moby BuildKit
|
||||||
# - name: Set up Docker Buildx
|
# - name: Set up Docker Buildx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user