Recursive checkout
This commit is contained in:
parent
b9bfe8d1ec
commit
292a87b688
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
|||
steps:
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Build production container
|
||||
run: docker build --tag docker.pkg.github.com/${GITHUB_REPOSITORY,,}/prod:latest .
|
||||
|
|
Loading…
Reference in a new issue