Skip to content

Commit 4b736e9

Browse files
committed
checkout repo with submodules
1 parent aac34c4 commit 4b736e9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
17-
- name: Build the Docker image
16+
- name: Checkout Repo With Submodules
17+
uses: actions/checkout@v4
18+
with:
19+
submodules: recursive
20+
21+
- name: Build The Docker Image
1822
run: docker build . --file Dockerfile --tag b1-showinfo-docs-docker-runtime:$(date +%s)

0 commit comments

Comments
 (0)