This is an automated email from the git hooks/post-receive script. New commit to branch ramonville in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit ff31bcbd2cd8065cecd16580065a36773cd1c8c2 Author: jcouteau <couteau@codelutin.com> Date: Sat Nov 10 07:30:17 2018 +0100 Fix docker build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93029e90..34f1632e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ demo: stage: demo when: manual script: - - docker build --no-cache -t registry.nuiton.org/chorem/pollen -f Dockerfile . + - docker build --no-cache -t registry.nuiton.org/chorem/pollen:ramonville -f Dockerfile . - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.nuiton.org - docker push registry.nuiton.org/chorem/pollen:ramonville - docker logout registry.nuiton.org -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.