updated dockerpush.yml

This commit is contained in:
marvzhang
2020-02-24 11:37:50 +08:00
parent e76e3585ea
commit 2d68cbe76d
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ jobs:
# Strip "v" prefix from tag name
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
if [ $VERSION == "release"]; then
if [ "$VERSION" == "release" ]; then
apt-get install -y curl
curl ${{ secrets.JENKINS_RELEASE_URL }}
fi