From 87e5e6a99d4dad5f768c0a438ac8e7ff4cdc6b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Thu, 4 May 2023 10:33:28 +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/push-docker-base-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-docker-base-image.yml b/.github/workflows/push-docker-base-image.yml index 927c939..a7d4c14 100644 --- a/.github/workflows/push-docker-base-image.yml +++ b/.github/workflows/push-docker-base-image.yml @@ -27,4 +27,4 @@ jobs: with: context: src/options/generate/static_files/base_image push: true - tags: jina/gpt-dev:latest \ No newline at end of file + tags: jinaai/gpt-dev:latest \ No newline at end of file