We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a784abb commit e50d0f5Copy full SHA for e50d0f5
.github/workflows/docker-publish.yml
@@ -24,6 +24,8 @@ jobs:
24
steps:
25
- name: Check out the repo
26
uses: actions/checkout@v2
27
+ with:
28
+ submodules: recursive
29
30
- name: Extract branch name
31
shell: bash
0 commit comments