Commit 4526a73a authored by Tobias Munk's avatar Tobias Munk

updated PHP to 7.2.0; updated local build order

parent 86bc0930
Pipeline #27025 passed with stages
in 3 minutes and 58 seconds
......@@ -13,7 +13,7 @@ variables:
PHP_IMAGE_NAME: dmstr/php-yii2
before_script:
- export PHP_BASE_IMAGE_VERSION=7.2.0RC1
- export PHP_BASE_IMAGE_VERSION=7.2.0
- export PHP_IMAGE_VERSION=$(git describe --always --dirty)
- export STACK_PHP_IMAGE=${PHP_IMAGE_NAME}:${PHP_IMAGE_VERSION}
- export REGISTRY_PHP_IMAGE=${PHP_IMAGE_NAME}:${CI_BUILD_REF_NAME}
......
build:
docker-compose build --pull
docker-compose build --pull php
docker-compose build --pull php-nginx
docker-compose build --pull php-alpine
docker-compose build --pull php-alpine-nginx
push-all:
git remote | xargs -L1 git push --all
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment