This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 37a431a15bdb975832f8f1b4043cd486b78e83a7 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Mar 30 18:17:10 2017 +0200 fix gitlab ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad28a80..07dc381 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ release: name: "${CI_BUILD_REF_NAME}" script: - docker build --no-cache -t registry.nuiton.org/chorem/pollen -f Dockerfile . - - docker tag registry.nuiton.org/chorem/pollen registry.nuiton.org/chorem/pollent:$(echo $CI_BUILD_REF_NAME | sed 's/^pollen-//') + - docker tag registry.nuiton.org/chorem/pollen registry.nuiton.org/chorem/pollen:$(echo $CI_BUILD_REF_NAME | sed 's/^pollen-//') - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.nuiton.org - docker push registry.nuiton.org/chorem/pollen:$(echo $CI_BUILD_REF_NAME | sed 's/^pollen-//') - docker logout -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.