👩‍🔬 refactor: rename repo

This commit is contained in:
Florian Hönicke
2023-05-04 18:45:58 +02:00
parent 53a775a5ea
commit 446c3b19df
51 changed files with 134 additions and 443703 deletions

View File

@@ -87,7 +87,7 @@ jobs:
VERSION: ${{ env.VERSION }}
shell: bash
run: |
if docker pull jinaai/gpt-dev:$VERSION; then
if docker pull jinaai/dev-gpt:$VERSION; then
echo "Executor version/tag is used already. Please update the tag"
exit 1
else
@@ -109,7 +109,7 @@ jobs:
if: steps.check.outputs.changed == 'true'
uses: docker/build-push-action@v2
with:
context: src/options/generate/static_files/base_image
context: dev_gpt/options/generate/static_files/base_image
push: true
tags: jinaai/gpt-dev:${{ env.VERSION }}
tags: jinaai/dev-gpt:${{ env.VERSION }}