소스 검색

test 56

master
komarov 4 년 전
부모
커밋
ca1b17f899
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml 파일 보기

@@ -35,7 +35,7 @@ steps:
settings:
dockerfile: docker/php/Dockerfile
registry: localhost:5000
repo: arbitry_php_base
repo: localhost:5000/arbitry_php_base
dry_run: true
insecure: true
build_args:
@@ -53,7 +53,7 @@ steps:
settings:
dockerfile: docker/php-fpm/Dockerfile
registry: localhost:5000
repo: arbitry_php_fpm
repo: localhost:5000/arbitry_php_base
dry_run: true
insecure: true
build_args:


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