mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-25 09:24:23 +01:00
👩🔬 refactor: rename repo
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user