ソースを参照

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


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