Skip to content

Commit 943f260

Browse files
committed
Update docker workflow
1 parent 8a0fbb3 commit 943f260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
docker build \
2929
--build-arg "VERSION=${TAG_NAME}" \
30-
--tag "crazymax/ghaction-github-pages:${TAG_NAME}" \
30+
--tag "crazymax/ghaction-github-pages:${TAG_NAME:-snapshot}" \
3131
--tag "crazymax/ghaction-github-pages:latest" \
3232
--file Dockerfile .
3333
-

0 commit comments

Comments
 (0)