mirror of https://github.com/Lissy93/dashy.git
🚧 Updates image name to include repo
This commit is contained in:
parent
da0b0169e9
commit
b8a02be011
|
@ -46,7 +46,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 . --file docker/Dockerfile-multi-arch --tag ${{ github.actor }}/$IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
|
||||||
|
|
||||||
# Push build image
|
# Push build image
|
||||||
- name: Push image
|
- name: Push image
|
||||||
|
|
Loading…
Reference in New Issue