소스 검색

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


불러오는 중...
취소
저장