Skip to content
Snippets Groups Projects
Commit b4a18a65 authored by Pascal Baumann's avatar Pascal Baumann
Browse files

Add build opts from master

parents dd97650c 74a9e3c2
No related branches found
No related tags found
1 merge request!9Fix Pipeline by Upgrading Renku Base Image
Pipeline #658572 passed with stage
in 30 minutes and 49 seconds
......@@ -14,5 +14,5 @@ image_build:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN http://$CI_REGISTRY
script: |
CI_COMMIT_SHA_7=$(echo $CI_COMMIT_SHA | cut -c1-7)
docker build --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7 .
docker build $DOCKER_BUILD_OPTS --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7 .
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7
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