Skip to content
Snippets Groups Projects
Commit 8f6dd01e authored by Jean-Eric Stranig's avatar Jean-Eric Stranig
Browse files

BIOMASS-2467 update for polinsar dlr stack

parent 5035f611
No related branches found
No related tags found
No related merge requests found
Pipeline #1448 passed with stage
in 2 minutes and 9 seconds
......@@ -16,12 +16,12 @@ variables:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
build-master:
build-tags:
stage: build
script:
- ./build-docker-devfile-registry.sh
#- docker push "$CI_REGISTRY/$CI_PROJECT_PATH:latest"
only:
- master
- tags
docker login -u eu-west-0@$AK -p 2a66e70323f94d692f02a0e606178fb4c3dae89894092455c792fb48a13dc3d6 registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap
docker build -t che-devfile-registry -f build/dockerfiles/Dockerfile .
#export DOCKER_ID_USER="kosted"
#login to orange cloud
docker tag che-devfile-registry registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:1.4.0
docker push registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:1.4.0
docker tag che-devfile-registry registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:${CI_COMMIT_TAG}
docker push registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:${CI_COMMIT_TAG}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment