Skip to content

Commit

Permalink
VERSION fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3x3cut0r committed Feb 18, 2024
1 parent c76d376 commit 4b77ca4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/privategpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
id: tag
run: |
docker build -t 3x3cut0r/privategpt:latest ./privategpt
# VERSION=$(docker run --rm -e QUIET="true" 3x3cut0r/privategpt:latest sh -c "cat /VERSION | grep privategpt | cut -d= -f2")
VERSION=0.3.0
VERSION=$(docker run --rm -e QUIET="true" 3x3cut0r/privategpt:latest sh -c "cat /VERSION | grep privategpt | cut -d= -f2")
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
# https://github.com/marketplace/actions/free-disk-space-ubuntu
Expand Down

0 comments on commit 4b77ca4

Please sign in to comment.