mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-26 01:44:22 +01:00
🐋 feat: docker base image
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -2,7 +2,7 @@ name: CI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
# pull_request:
|
||||
|
||||
jobs:
|
||||
test_cognitive_level:
|
||||
|
||||
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