mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-25 09:24:23 +01:00
refactor: repo name
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -71,13 +71,13 @@ jobs:
|
||||
with:
|
||||
filters: |
|
||||
changed:
|
||||
- src/options/generate/static_files/base_image/**
|
||||
- dev_gpt/options/generate/static_files/base_image/**
|
||||
|
||||
- name: Get base image tag
|
||||
if: steps.check.outputs.changed == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
FILE='src/constants.py'
|
||||
FILE='dev_gpt/constants.py'
|
||||
VERSION=$(sed -n '/DOCKER_BASE_IMAGE_VERSION =/p' $FILE | cut -d \' -f2)
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
|
||||
|
||||
Reference in New Issue
Block a user