Skip to content
Snippets Groups Projects
Commit c7949ab3 authored by Teddy Kossoko's avatar Teddy Kossoko
Browse files

Update .gitlab-ci.yml

parent d5616a61
No related branches found
No related tags found
1 merge request!1Draft: Master
Pipeline #1131 failed with stages
in 13 minutes and 22 seconds
...@@ -37,6 +37,7 @@ dockerhub: ...@@ -37,6 +37,7 @@ dockerhub:
- export DOCKER_ID_USER="kosted" - export DOCKER_ID_USER="kosted"
#- docker build --pull -t "$CI_REGISTRY_IMAGE" . #- docker build --pull -t "$CI_REGISTRY_IMAGE" .
- echo $DOCKER_ID_USER $VERSION - echo $DOCKER_ID_USER $VERSION
- docker images
- docker tag registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/bmap-stack:$VERSION kosted/bmap-stack:$VERSION - docker tag registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/bmap-stack:$VERSION kosted/bmap-stack:$VERSION
- docker push $DOCKER_ID_USER/bmap-stack:$VERSION - docker push $DOCKER_ID_USER/bmap-stack:$VERSION
only: only:
......
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