We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0fbb3 commit 943f260Copy full SHA for 943f260
.github/workflows/docker.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
docker build \
29
--build-arg "VERSION=${TAG_NAME}" \
30
- --tag "crazymax/ghaction-github-pages:${TAG_NAME}" \
+ --tag "crazymax/ghaction-github-pages:${TAG_NAME:-snapshot}" \
31
--tag "crazymax/ghaction-github-pages:latest" \
32
--file Dockerfile .
33
-
0 commit comments