ARM builds + nginx 1.18.0 and PHP 7.4.8
This commit is contained in:
@@ -4,7 +4,6 @@ services:
|
||||
|
||||
stages:
|
||||
- build_latest
|
||||
- build_tags
|
||||
|
||||
before_script:
|
||||
- echo Logging in to $CI_REGISTRY...
|
||||
@@ -15,18 +14,6 @@ build_latest:
|
||||
stage: build_latest
|
||||
script:
|
||||
- echo Build started on `date` for $CI_COMMIT_REF_NAME
|
||||
- docker build -t richarvey/nginx-php-fpm:latest .
|
||||
- docker images
|
||||
- docker push "$CI_REGISTRY_IMAGE":latest
|
||||
- ./build.sh
|
||||
only:
|
||||
- master
|
||||
|
||||
build_tags:
|
||||
stage: build_tags
|
||||
script:
|
||||
- echo Build started on `date` for $CI_COMMIT_REF_NAME
|
||||
- docker build -t richarvey/nginx-php-fpm:"$CI_COMMIT_REF_NAME" .
|
||||
- docker images
|
||||
- docker push "$CI_REGISTRY_IMAGE":"$CI_COMMIT_REF_NAME"
|
||||
only:
|
||||
- tags
|
||||
|
||||
Reference in New Issue
Block a user