I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit cb674587 authored by LoveIsGrief's avatar LoveIsGrief
Browse files

Attempt to contact registry service on dind

parent dc0ec876
No related branches found
No related tags found
1 merge request!1CI build images
......@@ -51,7 +51,7 @@ build_docker:
- apk add --no-cache curl dig
script:
# Make sure we can connect to the registry service
- curl http://$CI_LOCAL_REGISTRY_NAME/v2/
- curl http://docker:5000/v2/
- docker pull $CI_REGISTRY_IMAGE:latest || true
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_LOCAL_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA --tag $CI_LOCAL_REGISTRY_IMAGE:latest .
- docker push $CI_LOCAL_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
......
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