Browse Source

test

master
komarov 4 years ago
parent
commit
d86648e4bb
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      .drone.yml

+ 4
- 5
.drone.yml View File

@@ -41,15 +41,14 @@ steps:

- name: build_php_base
image: plugins/docker
storage_path: /drone/docker
use_cache: true
settings:
storage_path: /drone/docker
use_cache: true
dockerfile: docker/php/Dockerfile
registry: registry:5000
repo: registry:5000/arbitry_php_base
tags: ${DRONE_BRANCH//\\//-}
insecure: true
use_cache: true
build_args:
- PHP_VERSION=7.4.4
depends_on:
@@ -60,9 +59,9 @@ steps:

- name: build_php_fpm
image: plugins/docker
storage_path: /drone/docker
use_cache: true
settings:
storage_path: /drone/docker
use_cache: true
dockerfile: docker/php-fpm/Dockerfile
registry: registry:5000
repo: registry:5000/arbitry_php_fpm


Loading…
Cancel
Save