From bb7878bdb3f818ccac5ade3b284db5b132f4fe23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Thu, 4 May 2023 11:06:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8B=20feat:=20docker=20base=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .github/workflows/push-docker-base-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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