浏览代码

test 57

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

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

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


正在加载...
取消
保存