mirror of
https://github.com/anthonyraymond/joal.git
synced 2024-11-10 09:02:31 +08:00
Update test-deploy.yml
This commit is contained in:
parent
c52069318d
commit
f7faee7bb4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-deploy.yml
vendored
2
.github/workflows/test-deploy.yml
vendored
|
@ -81,6 +81,8 @@ jobs:
|
|||
# If this is git tag, use the tag name as a docker tag
|
||||
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
||||
VERSION=${GITHUB_REF#refs/tags/}
|
||||
else
|
||||
VERSION=${SHORTREF}
|
||||
fi
|
||||
TAGS="${DOCKER_IMAGE}:${VERSION}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue