Skip to content

Commit ee2ae36

Browse files
committed
recurse submodules in github action for docker
1 parent 2e12e8e commit ee2ae36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
18+
with:
19+
submodules: recursive
1820

1921
- name: Set up Docker Buildx
2022
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)