mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
加入任务导航操作按钮
This commit is contained in:
7
.github/workflows/dockerpush.yml
vendored
7
.github/workflows/dockerpush.yml
vendored
@@ -51,3 +51,10 @@ jobs:
|
||||
|
||||
docker tag image $IMAGE_ID:$VERSION
|
||||
docker push $IMAGE_ID:$VERSION
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
if [ $VERSION == "release"]; then
|
||||
apt-get install -y curl
|
||||
curl ${{ secrets.JENKINS_RELEASE_URL }}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user