8000 Fix docker build · shawnx11/llama-cpp-python@e9bc4c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9bc4c4

Browse files
committed
Fix docker build
1 parent c1e73e7 commit e9bc4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
- name: Publish to GitHub Tag
4848
if: steps.docker_build.outputs.digest && startsWith(github.ref, 'refs/tags/')
4949
run: |
50-
echo "Docker image published for tag: ${{ github.ref_name }
50+
echo "Docker image published for tag: ${{ github.ref_name }}"

0 commit comments

Comments
 (0)
0