init git submodules in build-docker CI

This commit is contained in:
Ian Davis 2023-01-26 10:59:00 +00:00
parent 4682e8f326
commit 7cfb2529ac
2 changed files with 8 additions and 0 deletions

View File

@ -449,6 +449,10 @@ jobs:
steps:
- setup_remote_docker
- checkout
- git_fetch_all_tags
- run: git submodule sync
- run: git submodule update --init
- docker/check:
docker-username: DOCKERHUB_USERNAME
docker-password: DOCKERHUB_PASSWORD

View File

@ -449,6 +449,10 @@ jobs:
steps:
- setup_remote_docker
- checkout
- git_fetch_all_tags
- run: git submodule sync
- run: git submodule update --init
- docker/check:
docker-username: DOCKERHUB_USERNAME
docker-password: DOCKERHUB_PASSWORD