diff --git a/.github/workflows/dockerpush.yml b/.github/workflows/dockerpush.yml index 0c3836e7..cda73dfe 100644 --- a/.github/workflows/dockerpush.yml +++ b/.github/workflows/dockerpush.yml @@ -5,6 +5,8 @@ on: branches: [ master, release, develop ] pull_request: branches: [ master ] + release: + types: [created] env: IMAGE_NAME: crawlabteam/crawlab diff --git a/Dockerfile b/Dockerfile index b64ceebf..a9a462b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd # install backend RUN pip install scrapy pymongo bs4 requests -RUN pip install crawlab-sdk==0.6.b20211024-1207 +RUN pip install crawlab-sdk==0.6.b20211213-2123 # add files COPY ./backend/conf /app/backend/conf diff --git a/Dockerfile.cn b/Dockerfile.cn index edf54b70..72696d05 100644 --- a/Dockerfile.cn +++ b/Dockerfile.cn @@ -49,7 +49,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd # install backend RUN pip install scrapy pymongo bs4 requests -i https://mirrors.aliyun.com/pypi/simple -RUN pip install crawlab-sdk==0.6.b20211024-1207 +RUN pip install crawlab-sdk==0.6.b20211213-2123 # add files COPY ./backend/conf /app/backend/conf diff --git a/Dockerfile.local b/Dockerfile.local index d04207fa..40a76c83 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -49,7 +49,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd # install backend RUN pip install scrapy pymongo bs4 requests -i https://mirrors.aliyun.com/pypi/simple -RUN pip install crawlab-sdk==0.6.b20211024-1207 +RUN pip install crawlab-sdk==0.6.b20211213-2123 # add files COPY ./backend/conf /app/backend/conf diff --git a/frontend/package.json b/frontend/package.json index 1564d969..b654d73b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ }, "license": "BSD-3-Clause", "dependencies": { - "crawlab-ui": "0.6.0-beta.20211213.1200", + "crawlab-ui": "0.6.0-beta.20211214.1200", "vue": "3.0.11", "vue-router": "^4.0.11" },