Browse Source

test 58

master
komarov 4 years ago
parent
commit
ff2de1f8da
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

@@ -53,11 +53,11 @@ steps:
settings: settings:
dockerfile: docker/php-fpm/Dockerfile dockerfile: docker/php-fpm/Dockerfile
registry: docker-registry:5000 registry: docker-registry:5000
repo: docker-registry:5000/arbitry_php_base
repo: docker-registry:5000/arbitry_php_fpm
dry_run: true dry_run: true
insecure: true insecure: true
build_args: build_args:
BUILD_IMAGE: arbitry_php_base
BUILD_IMAGE: docker-registry:5000/arbitry_php_base
PHP_VERSION: 7.4.4 PHP_VERSION: 7.4.4
depends_on: depends_on:
- build_php_base - build_php_base


Loading…
Cancel
Save