10000 docker: add checkout action to dockerfile · MobinX/llama-cpp-python@5b7d766 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b7d766

Browse files
committed
docker: add checkout action to dockerfile
1 parent 3a2635b commit 5b7d766

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-docker.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ 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"
1418

1519
- name: Set up QEMU
1620
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)
0