Skip to content

Commit

Permalink
fix: Quotes on dockerfile context
Browse files Browse the repository at this point in the history
  • Loading branch information
marchuk-vlad committed Sep 25, 2024
1 parent 7b0b4fc commit 1304c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/text-generation-webui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build Docker image and save to file
run: |
IMAGE_FILE="$SOLUTION-image-$TARGET-b${{ github.run_id }}"
docker build -t $SOLUTION:latest -f $DOCKERFILE $DOCKERFILE_CONTEXT
docker build -t $SOLUTION:latest -f $DOCKERFILE "$DOCKERFILE_CONTEXT"
docker save $SOLUTION:latest | gzip > $IMAGE_FILE.tar.gz
echo "IMAGE_FILE=$IMAGE_FILE" >> $GITHUB_ENV
Expand Down

0 comments on commit 1304c76

Please sign in to comment.