pull submodules in workflows
This commit is contained in:
parent
1472f42389
commit
777c887587
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -54,6 +54,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
-
|
||||
name: Docker meta
|
||||
id: meta
|
||||
|
@ -94,6 +96,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
-
|
||||
name: Docker meta
|
||||
id: meta
|
||||
|
|
Loading…
Reference in a new issue