Skip to content
Snippets Groups Projects
Commit d9e3b98c authored by Alex's avatar Alex
Browse files

Update Envoye script to use specific mark-web docker image version

parent 8752d2b5
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5779 failed
......@@ -80,7 +80,7 @@ build:tagged:
- docker tag cylab/mark-web:$CI_COMMIT_TAG cylab/mark-web:latest
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker push cylab/mark-web:$CI_COMMIT_TAG
- docker push cylab/mark-web:latest
- docker push cylab/mark-web:log
deploy:
image: cylab/php74
......
......@@ -22,7 +22,7 @@
echo 'Stop docker container'
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker image rm gitlab.cylab.be:8081/cylab/mark-web:latest
docker image rm gitlab.cylab.be:8081/cylab/mark-web:log
@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