mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-26 16:54:28 +01:00
🐋 feat: docker base image
This commit is contained in:
2
.github/workflows/push-docker-base-image.yml
vendored
2
.github/workflows/push-docker-base-image.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user