forked from Mouws/protonmail-bridge-nextcoud-podman
Fix master tag
This commit is contained in:
parent
28a8bcab05
commit
961f9c70dd
@ -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…
Reference in New Issue
Block a user