Skip to content

Commit 0faa2e5

Browse files
committed
fix: use correct syntax for submodules
1 parent c159244 commit 0faa2e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
-
1616
name: Checkout
1717
uses: actions/checkout@v2
18-
submodules: 'true'
18+
with:
19+
submodules: recursive
1920
-
2021
name: Docker meta
2122
id: meta

0 commit comments

Comments
 (0)