浏览代码

test 55

master
komarov 4 年前
父节点
当前提交
899a9ee2eb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml 查看文件

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


正在加载...
取消
保存