ARM builds + nginx 1.18.0 and PHP 7.4.8

This commit is contained in:
Ric Harvey
2020-08-03 10:07:28 +01:00
parent fa5f2b9f1c
commit f3f75aa636
5 changed files with 17 additions and 15 deletions

View File

@@ -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