mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-01-18 14:44:41 +01:00
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