Fix master tag
This commit is contained in:
parent
28a8bcab05
commit
961f9c70dd
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -ex
|
||||||
|
|
||||||
VERSION=`cat VERSION`
|
VERSION=`cat VERSION`
|
||||||
|
|
||||||
if [[ $GITHUB_REF == "master" ]]; then
|
if [[ $GITHUB_REF == "refs/heads/master" ]]; then
|
||||||
echo "::set-env name=TAGS::latest,${VERSION}"
|
echo "::set-env name=TAGS::latest,${VERSION}"
|
||||||
else
|
else
|
||||||
echo "::set-env name=TAGS::dev,${VERSION}-dev"
|
echo "::set-env name=TAGS::dev,${VERSION}-dev"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue