From 7789f089c6e36150215447e691a574fbe11fee74 Mon Sep 17 00:00:00 2001 From: komarov Date: Sat, 18 Apr 2020 20:28:33 +0300 Subject: [PATCH] test --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a93405a..727079b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: settings: dockerfile: docker/php/Dockerfile registry: registry:5000 - repo: registry:5000/arbitry_php_base + repo: registry:5000/arbitry_php_base:${DRONE_BRANCH//\\//-} insecure: true build_args: - PHP_VERSION=7.4.4 @@ -47,10 +47,10 @@ steps: settings: dockerfile: docker/php-fpm/Dockerfile registry: registry:5000 - repo: registry:5000/arbitry_php_fpm + repo: registry:5000/arbitry_php_fpm:${DRONE_BRANCH//\\//-} insecure: true build_args: - - BUILD_IMAGE=registry:5000/arbitry_php_base + - BUILD_IMAGE=registry:5000/arbitry_php_base:${DRONE_BRANCH//\\//-} - PHP_VERSION=7.4.4 depends_on: - build_php_base