try login in new place
This commit is contained in:
@@ -14,5 +14,6 @@ build:
|
|||||||
script:
|
script:
|
||||||
- echo Build started on `date` for $CI_COMMIT_REF_NAME
|
- echo Build started on `date` for $CI_COMMIT_REF_NAME
|
||||||
- if [[ "$CI_COMMIT_REF_NAME" =~ "master" ]]; then export build=latest; else export build=$CI_COMMIT_REF_NAME; fi
|
- if [[ "$CI_COMMIT_REF_NAME" =~ "master" ]]; then export build=latest; else export build=$CI_COMMIT_REF_NAME; fi
|
||||||
|
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||||
- docker build -t richarvey/nginx-php-fpm:"$build" .
|
- docker build -t richarvey/nginx-php-fpm:"$build" .
|
||||||
- docker push "$CI_REGISTRY"/richarvey/nginx-php-fpm:"$build"
|
- docker push "$CI_REGISTRY"/richarvey/nginx-php-fpm:"$build"
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
[](https://gitlab.com/ric_harvey/nginx-php-fpm/commits/master)
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user