|
|
@@ -32,7 +32,7 @@ steps: |
|
|
|
settings: |
|
|
|
dockerfile: docker/php/Dockerfile |
|
|
|
registry: registry:5000 |
|
|
|
repo: registry:5000/arbitry_php_base |
|
|
|
repo: registry:5000/arbitry_php_base:${DRONE_BRANCH//\\//-} |
|
|
|
insecure: true |
|
|
|
build_args: |
|
|
|
- PHP_VERSION=7.4.4 |
|
|
@@ -47,10 +47,10 @@ steps: |
|
|
|
settings: |
|
|
|
dockerfile: docker/php-fpm/Dockerfile |
|
|
|
registry: registry:5000 |
|
|
|
repo: registry:5000/arbitry_php_fpm |
|
|
|
repo: registry:5000/arbitry_php_fpm:${DRONE_BRANCH//\\//-} |
|
|
|
insecure: true |
|
|
|
build_args: |
|
|
|
- BUILD_IMAGE=registry:5000/arbitry_php_base |
|
|
|
- BUILD_IMAGE=registry:5000/arbitry_php_base:${DRONE_BRANCH//\\//-} |
|
|
|
- PHP_VERSION=7.4.4 |
|
|
|
depends_on: |
|
|
|
- build_php_base |
|
|
|