refactor: repo name

This commit is contained in:
Florian Hönicke
2023-05-04 19:51:23 +02:00
parent 3204ba2328
commit 8b45e5bacc
4 changed files with 5 additions and 5 deletions

View File

@@ -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