Skip to content
Snippets Groups Projects
Commit d25b72d1 authored by Maximilian Mernacher's avatar Maximilian Mernacher
Browse files

Now pushing to gitlab

parent 1e20c944
Branches
Tags
Loading
Pipeline #94 passed
......@@ -15,3 +15,4 @@ build_image:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- if [ "$CI_COMMIT_TAG" == "" ] && [ "$CI_COMMIT_SHORT_SHA" != "" ]; then NAME="$CI_COMMIT_SHORT_SHA"; else NAME="$CI_COMMIT_TAG"; fi
- docker build -t $CI_REGISTRY/the_red_freak/jupyterhub-extended/jupyterhubextended:$NAME .
- docker push $CI_REGISTRY/the_red_freak/jupyterhub-extended/jupyterhubextended:$NAME
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment