Browse Source

test 62

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

+ 0
- 2
.drone.yml View File

@@ -36,7 +36,6 @@ steps:
dockerfile: docker/php/Dockerfile dockerfile: docker/php/Dockerfile
registry: docker-registry:5000 registry: docker-registry:5000
repo: docker-registry:5000/arbitry_php_base repo: docker-registry:5000/arbitry_php_base
dry_run: true
insecure: true insecure: true
build_args: build_args:
- PHP_VERSION=7.4.4 - PHP_VERSION=7.4.4
@@ -52,7 +51,6 @@ steps:
dockerfile: docker/php-fpm/Dockerfile dockerfile: docker/php-fpm/Dockerfile
registry: docker-registry:5000 registry: docker-registry:5000
repo: docker-registry:5000/arbitry_php_fpm repo: docker-registry:5000/arbitry_php_fpm
dry_run: true
insecure: true insecure: true
build_args: build_args:
- BUILD_IMAGE=docker-registry:5000/arbitry_php_base - BUILD_IMAGE=docker-registry:5000/arbitry_php_base


Loading…
Cancel
Save