From 5af4f69e7d91028cc1bcf0482096861a4e8803c2 Mon Sep 17 00:00:00 2001 From: Tipragot Date: Sat, 27 May 2023 14:19:20 +0200 Subject: [PATCH] =?UTF-8?q?V=C3=A9rification=20de=20la=20pr=C3=A9sence=20d?= =?UTF-8?q?u=20fichier=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9af08f6..7cd2d81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ development-image: - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG rules: - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH - - exists: + exists: - Dockerfile production-image: @@ -59,5 +59,5 @@ production-image: - docker push $CI_REGISTRY_IMAGE:latest rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - - exists: + exists: - Dockerfile