Skip to content

Commit 6b7e7d5

Browse files
committed
fix: checkout submodule on repo checkout
Signed-off-by: Magyari Sandor Szilard <[email protected]>
1 parent 9a51dac commit 6b7e7d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-docker-build-push.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Checkout code
3939
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4040
with:
41+
submodules: 'true'
4142
fetch-depth: 0
4243

4344
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)