check out correctly
This commit is contained in:
parent
7195448334
commit
c6619d042c
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
@ -12,8 +12,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
|
|
Loading…
Reference in a new issue