浏览代码

test

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

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

@@ -32,7 +32,7 @@ steps:
settings:
dockerfile: docker/php/Dockerfile
registry: registry:5000
repo: registry:5000/arbitry_php_base
repo: registry:5000/arbitry_php_base:${DRONE_BRANCH//\\//-}
insecure: true
build_args:
- PHP_VERSION=7.4.4
@@ -47,10 +47,10 @@ steps:
settings:
dockerfile: docker/php-fpm/Dockerfile
registry: registry:5000
repo: registry:5000/arbitry_php_fpm
repo: registry:5000/arbitry_php_fpm:${DRONE_BRANCH//\\//-}
insecure: true
build_args:
- BUILD_IMAGE=registry:5000/arbitry_php_base
- BUILD_IMAGE=registry:5000/arbitry_php_base:${DRONE_BRANCH//\\//-}
- PHP_VERSION=7.4.4
depends_on:
- build_php_base


正在加载...
取消
保存