updated dockerpush.yml

This commit is contained in:
marvzhang
2020-02-23 09:19:18 +08:00
parent 97bf817b22
commit 57f1edc207
4 changed files with 195 additions and 141 deletions

View File

@@ -54,6 +54,9 @@ jobs:
- name: Deploy
run: |
# Strip git ref prefix from version
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
if [ $VERSION == "release"]; then
apt-get install -y curl
curl ${{ secrets.JENKINS_RELEASE_URL }}