From 0854e9441c41bfc11bcec0b8f027a11553a7722c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Thu, 4 May 2023 11:13:43 +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 0c52390..8c22bd7 100644 --- a/.github/workflows/push-docker-base-image.yml +++ b/.github/workflows/push-docker-base-image.yml @@ -59,4 +59,4 @@ jobs: with: context: src/options/generate/static_files/base_image push: true - tags: jinaai/gpt-dev:$VERSION \ No newline at end of file + tags: jinaai/gpt-dev:${{ env.VERSION }} \ No newline at end of file