Skip to content
Snippets Groups Projects
Commit b77d8fd7 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

update docker login command

parent 6a92b5ed
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ variables:
# This import is for the func_rse_docker_* functions
before_script:
- curl https://code.ornl.gov/rse-deployment/rse-sharables/raw/master/rse-bash-modules.sh -O
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker login -u $NDIP_DOCKER_USER -p $NDIP_DOCKER_PASSWORD $NDIP_DOCKER_REPOSITORY
- source rse-bash-modules.sh
- func_rse_docker_cleanup
......
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