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

MAINT: removed unhelpful cache in cached-dind job

parent 9fa4666e
No related branches found
No related tags found
No related merge requests found
...@@ -70,10 +70,8 @@ build-testenv: ...@@ -70,10 +70,8 @@ build-testenv:
- cd .docker - cd .docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# use here general latest or specific branch latest... # use here general latest or specific branch latest...
- docker pull $CI_REGISTRY_IMAGE || true
- docker build - docker build
--pull --pull
--cache-from $CI_REGISTRY_IMAGE
-t $CI_REGISTRY_IMAGE . -t $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE - docker push $CI_REGISTRY_IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment