ソースを参照

test 61

master
komarov 4年前
コミット
bb77f3b84f
1個のファイルの変更5行の追加5行の削除
  1. +5
    -5
      .drone.yml

+ 5
- 5
.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:
@@ -50,12 +50,12 @@ steps:
image: plugins/docker
settings:
dockerfile: docker/php-fpm/Dockerfile
registry: localhost:5000
repo: localhost:5000/arbitry_php_fpm
registry: docker-registry:5000
repo: docker-registry:5000/arbitry_php_fpm
dry_run: true
insecure: true
build_args:
- BUILD_IMAGE=localhost:5000/arbitry_php_base
- BUILD_IMAGE=docker-registry:5000/arbitry_php_base
- PHP_VERSION=7.4.4
depends_on:
- build_php_base


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