diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e2149b..9b115ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,6 @@ build: stage: build script: - echo Build started on `date` for $CI_COMMIT_REF_NAME - - if [[ "$CI_REGISTRY" =~ "master" ]]; then export build=latest else build=$CI_REGISTRY fi + - if [[ "$CI_REGISTRY" =~ "master" ]]; then export build=latest done else build=$CI_REGISTRY fi - docker build -t richarvey/nginx-php-fpm:"$build" . - docker push richarvey/nginx-php-fpm:"$build"