소스 검색

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


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