Update docker workflow

This commit is contained in:
CrazyMax 2019-09-02 17:55:54 +02:00
parent 8a0fbb3a7b
commit 943f260b95
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -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 .
- -