Allow building CI image based on schedule

This commit is contained in:
Ingo Lütkebohle 2019-07-05 12:03:47 +00:00
parent 078ebc411a
commit 13a3cabc2e

View file

@ -39,4 +39,5 @@ ci_base_image:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
- docker push $base_image_id
only:
- /.*docker.*/
- /.*docker.*/
- scheduled