diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a56cc2c..025dbb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: workflow_dispatch: - pull_request: +# pull_request: jobs: test_cognitive_level: diff --git a/.github/workflows/push-docker-base-image.yml b/.github/workflows/push-docker-base-image.yml index 41bbefb..0c52390 100644 --- a/.github/workflows/push-docker-base-image.yml +++ b/.github/workflows/push-docker-base-image.yml @@ -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