mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Update context
This commit is contained in:
1
.github/workflows/build-docker.yaml
vendored
1
.github/workflows/build-docker.yaml
vendored
@@ -31,6 +31,7 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
push: true # push to registry
|
push: true # push to registry
|
||||||
pull: true # always fetch the latest base images
|
pull: true # always fetch the latest base images
|
||||||
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64
|
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user