Browse Source

test

master
komarov 4 years ago
parent
commit
7789f089c6
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .drone.yml

+ 3
- 3
.drone.yml View File

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


Loading…
Cancel
Save