mirror of https://github.com/Lissy93/dashy.git
🏗 Updates path to Dockerfile
This commit is contained in:
parent
02923fa64c
commit
502d34e460
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
# Build the image from default Dockerfile
|
# Build the image from default Dockerfile
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: docker build . --file docker/Dockerfile-multi-arch --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
|
run: docker build . --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
|
||||||
|
|
||||||
# Push build image
|
# Push build image
|
||||||
- name: Push image
|
- name: Push image
|
||||||
|
|
Loading…
Reference in New Issue