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

Try not to use any specific container registry

parent b0c972f4
No related branches found
No related tags found
No related merge requests found
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker pull mongodb:$MONGODB_VERSION
- docker tag mongodb ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/mongodb:$MONGODB_VERSION
- docker push mongodb
image: node:12.16.3
# Info: http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
......
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