This is an automated email from the git hooks/post-receive script. New commit to branch feature/bug-on-save in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit f1186876dec772a5b9e4b62c4f49f17aad5512a0 Author: dcosse <cosse@codelutin.com> Date: Tue Oct 8 16:52:15 2019 +0200 refs #248 update gitlab-ci configuration sur docker:feature --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b0b1177..eba6565c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -174,7 +174,7 @@ docker:feature: name: "${CI_BUILD_REF_NAME}" script: - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.nuiton.org - - docker build --no-cache --file Dockerfile-latest -t registry.nuiton.org/chorem/pollen:${CI_COMMIT_REF_NAME#feature/} . + - docker build --no-cache -t registry.nuiton.org/chorem/pollen:${CI_COMMIT_REF_NAME#feature/} -f Dockerfile . - docker push registry.nuiton.org/chorem/pollen:${CI_COMMIT_REF_NAME#feature/} - docker logout registry.nuiton.org dependencies: -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.