8000 docker: update context path · matthoffner/llama-cpp-python@9e153fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e153fd

Browse files
committed
docker: update context path
1 parent 5b7d766 commit 9e153fd

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
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/build-push-action@v4
3434
with:
3535
context: .
36-
path: ./docker/simple/Dockerfile
36+
path: "{context}/docker/simple/Dockerfile"
3737
push: true # push to registry
3838
pull: true # always fetch the latest base images
3939
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64

0 commit comments

Comments
 (0)
0