8000 Update docker workflow for new simple image · MobinX/llama-cpp-python@3a2635b · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a2635b

Browse files
committed
Update docker workflow for new simple image
1 parent 670fe4b commit 3a2635b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-docker.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
name: Build and push Docker image
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Checkout
15-
uses: actions/checkout@v3
16-
with:
17-
submodules: "true"
1814

1915
- name: Set up QEMU
2016
uses: docker/setup-qemu-action@v2
@@ -33,6 +29,7 @@ jobs:
3329
uses: docker/build-push-action@v4
3430
with:
3531
context: .
32+
path: ./docker/simple/Dockerfile
3633
push: true # push to registry
3734
pull: true # always fetch the latest base images
3835
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64

0 commit comments

Comments
 (0)
0