forked from mirrors/protonmail-bridge-docker
Fix master tag
This commit is contained in:
@@ -4,7 +4,7 @@ set -ex
|
||||
|
||||
VERSION=`cat VERSION`
|
||||
|
||||
if [[ $GITHUB_REF == "master" ]]; then
|
||||
if [[ $GITHUB_REF == "refs/heads/master" ]]; then
|
||||
echo "::set-env name=TAGS::latest,${VERSION}"
|
||||
else
|
||||
echo "::set-env name=TAGS::dev,${VERSION}-dev"
|
||||
|
||||
Reference in New Issue
Block a user