updated dockerpush.yml

This commit is contained in:
marvzhang
2020-02-24 11:37:50 +08:00
parent 88b6e5b366
commit 0a225690a2
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