Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Jul 11, 2023
1 parent 840d215 commit 5bd9e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
echo "BUILD_TARGET=clip_executor" >> $GITHUB_ENV
VERSION=$(sed -n '/^version = /p' ./open_gpt/__init__.py | cut -d \' -f2)
VERSION=$(sed -n '/^__version__ = /p' ./open_gpt/__init__.py | cut -d \' -f2)
V_VERSION=v${VERSION}
MINOR_VERSION=${VERSION%.*}
MAJOR_VERSION=${MINOR_VERSION%.*}
Expand Down

0 comments on commit 5bd9e55

Please sign in to comment.