Skip to content

Commit ccbb94a

Browse files
committed
init submodules
1 parent 45fa9b7 commit ccbb94a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
steps:
2525
- name: Check out the repo
2626
uses: actions/checkout@v2
27-
27+
with:
28+
submodules: recursive
29+
2830
- name: Extract branch name
2931
shell: bash
3032
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"

0 commit comments

Comments
 (0)