Skip to content
Snippets Groups Projects
Commit b0c972f4 authored by Falk's avatar Falk :ping_pong:
Browse files

Try to figure out where to pull the correct image from

parent 05cf376b
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@ before_script:
- docker tag mongodb ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/mongodb:$MONGODB_VERSION
- docker push mongodb
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:12.16.3
image: node:12.16.3
# Info: http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
services:
- name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/mongodb:4.2.6
- name: mongodb:4.2.6
alias: mongodb
variables:
......
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