소스 검색

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:


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