EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit b5088a44 authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Trying to update docker services to allow building

parent b5caff96
No related branches found
No related tags found
No related merge requests found
Pipeline #26533 passed
......@@ -21,9 +21,9 @@ test:
coverage: "/TOTAL.+ ([0-9]{1,3}%)/"
publish_latest:
image: docker:20.10.8
image: docker:20.10.17
services:
- docker:20.10.8-dind
- docker:20.10.17-dind
stage: publish
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
......@@ -33,9 +33,9 @@ publish_latest:
- main
publish:
image: docker:20.10.8
image: docker:20.10.17
services:
- docker:20.10.8-dind
- docker:20.10.17-dind
stage: publish
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
......
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