🐋 feat: docker base image

This commit is contained in:
Florian Hönicke
2023-05-04 11:06:00 +02:00
parent 223defe9fb
commit bb7878bdb3
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: CI
on:
workflow_dispatch:
pull_request:
# pull_request:
jobs:
test_cognitive_level:

View File

@@ -35,7 +35,7 @@ jobs:
VERSION: ${{ env.VERSION }}
shell: bash
run: |
if jina hub pull jinahub+docker://jinaai/gpt-dev/$VERSION; then
if docker pull jinaai/gpt-dev:$VERSION; then
echo "Executor version/tag is used already. Please update the tag"
exit 1
else