Skip to content
Snippets Groups Projects
Commit cf814c76 authored by derrabauke's avatar derrabauke
Browse files

try to fix container registry

- get commands right
parent 6b03cb27
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,9 @@ clean_docker_registry: ...@@ -87,6 +87,9 @@ clean_docker_registry:
- docker-privileged - docker-privileged
when: always when: always
image: docker:19.03.12 image: docker:19.03.12
script: services:
- docker:19.03.12-dind
before_script:
- docker login -u $GPT_REGISTRY_USER -p $GDT_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $GPT_REGISTRY_USER -p $GDT_REGISTRY_PASSWORD $CI_REGISTRY
script:
- docker image -a - docker image -a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment