Skip to content
Snippets Groups Projects
Commit 03af96e6 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: build new image only once a day

parent f99da33c
Branches
Tags
No related merge requests found
...@@ -25,7 +25,7 @@ variables: ...@@ -25,7 +25,7 @@ variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
services: services:
- docker:19.03-dind - docker:19.03.0-dind
image: $CI_REGISTRY_IMAGE:latest image: $CI_REGISTRY_IMAGE:latest
...@@ -71,6 +71,8 @@ build-testenv: ...@@ -71,6 +71,8 @@ build-testenv:
tags: [ docker ] tags: [ docker ]
image: docker:19.03 image: docker:19.03
stage: setup stage: setup
only:
- schedules
script: script:
- cd unittests/docker - cd unittests/docker
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment