Skip to content
Snippets Groups Projects
Commit ebe954d5 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Trying to follow docs from gitlab on how to deploy containers.

parent c5df2ab6
No related branches found
No related tags found
No related merge requests found
Pipeline #11394 failed
......@@ -41,6 +41,7 @@ do_build_image()
do_push()
{
if [[ $CICD_WEEKLY == 1 ]]; then
docker login -u $CI_REGISTER_USER -p $CI_REGISTER_PASSWORD $DOCKER_PS
docker push ${DOCKER_PS}
fi
}
......
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