mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-28 19:04:21 +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
@@ -25,7 +25,7 @@ jobs:
|
||||
if: steps.check.outputs.changed == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
FILE='scr/constants.py'
|
||||
FILE='src/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