Update docker workflow
This commit is contained in:
parent
8a0fbb3a7b
commit
943f260b95
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg "VERSION=${TAG_NAME}" \
|
--build-arg "VERSION=${TAG_NAME}" \
|
||||||
--tag "crazymax/ghaction-github-pages:${TAG_NAME}" \
|
--tag "crazymax/ghaction-github-pages:${TAG_NAME:-snapshot}" \
|
||||||
--tag "crazymax/ghaction-github-pages:latest" \
|
--tag "crazymax/ghaction-github-pages:latest" \
|
||||||
--file Dockerfile .
|
--file Dockerfile .
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in New Issue
Block a user