Browse Source

test 55

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

+ 2
- 2
.drone.yml View File

@@ -34,7 +34,7 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: docker/php/Dockerfile dockerfile: docker/php/Dockerfile
registry: localhost
registry: localhost:5000
repo: arbitry_php_base repo: arbitry_php_base
dry_run: true dry_run: true
insecure: true insecure: true
@@ -52,7 +52,7 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: docker/php-fpm/Dockerfile dockerfile: docker/php-fpm/Dockerfile
registry: localhost
registry: localhost:5000
repo: arbitry_php_fpm repo: arbitry_php_fpm
dry_run: true dry_run: true
insecure: true insecure: true


Loading…
Cancel
Save