diff --git a/.circleci/config.yml b/.circleci/config.yml index b67a7a7d0..0329f91d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -426,6 +426,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 diff --git a/.circleci/template.yml b/.circleci/template.yml index d756f1136..7bef6ae41 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -426,6 +426,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