ソースを参照

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:


読み込み中…
キャンセル
保存