Skip to content

Commit 8da2f57

Browse files
author
Timothy Dodd
committed
fix: ensure submodules are checked out in Docker workflow
1 parent 690728e commit 8da2f57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v3
14+
with:
15+
submodules: true
1416

1517
- name: Set up Docker Buildx
1618
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)