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