Skip to content

Commit 1495ffc

Browse files
authored
Update docker-image.yml
1 parent 817a25d commit 1495ffc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: meta-introspector/checkout@v4
18+
with:
19+
submodules: recursive
20+
1821
- name: Build the Docker image
1922
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 commit comments

Comments
 (0)