updated dockerpush.yml

This commit is contained in:
marvzhang
2020-02-24 13:17:28 +08:00
parent bef7167141
commit 52577c48b3

View File

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