mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-01-18 14:44:41 +01:00
Remove deprecated set-env
This commit is contained in:
@@ -5,7 +5,7 @@ set -ex
|
|||||||
VERSION=`cat VERSION`
|
VERSION=`cat VERSION`
|
||||||
|
|
||||||
if [[ $GITHUB_REF == "refs/heads/master" ]]; then
|
if [[ $GITHUB_REF == "refs/heads/master" ]]; then
|
||||||
echo "::set-env name=TAGS::latest,${VERSION}"
|
echo "TAGS=latest,${VERSION}" >> $GITHUB_ENV
|
||||||
else
|
else
|
||||||
echo "::set-env name=TAGS::dev,${VERSION}-dev"
|
echo "TAGS=dev,${VERSION}-dev" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user