Skip to content
Snippets Groups Projects
Commit 875b3605 authored by a.croix's avatar a.croix
Browse files

Add

parent 7b0c2495
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5783 passed
......@@ -58,9 +58,9 @@ build:release:
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t gitlab.cylab.be:8081/cylab/mark-web:$CI_COMMIT_REF_SLUG .
- docker tag gitlab.cylab.be:8081/cylab/mark-web:$CI_COMMIT_REF_SLUG gitlab.cylab.be:8081/cylab/mark-web:log
- docker tag gitlab.cylab.be:8081/cylab/mark-web:$CI_COMMIT_REF_SLUG gitlab.cylab.be:8081/cylab/mark-web:latest
- docker push gitlab.cylab.be:8081/cylab/mark-web:$CI_COMMIT_REF_SLUG
- docker push gitlab.cylab.be:8081/cylab/mark-web:log
- docker push gitlab.cylab.be:8081/cylab/mark-web:latest
build:tagged:
only:
......
......@@ -27,7 +27,7 @@ pwd
echo 'Stop docker container'
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker image rm gitlab.cylab.be:8081/cylab/mark-web:log
docker image rm gitlab.cylab.be:8081/cylab/mark-web:latest
@endtask
@task('clone')
echo 'clone {{ $repository }} ...'
......
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