Explorar el Código

test 63

master
komarov hace 4 años
padre
commit
61e184d008
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. +5
    -5
      .drone.yml

+ 5
- 5
.drone.yml Ver fichero

@@ -34,8 +34,8 @@ steps:
image: plugins/docker
settings:
dockerfile: docker/php/Dockerfile
registry: docker-registry:5000
repo: docker-registry:5000/arbitry_php_base
registry: registry:5000
repo: registry:5000/arbitry_php_base
insecure: true
build_args:
- PHP_VERSION=7.4.4
@@ -49,11 +49,11 @@ steps:
image: plugins/docker
settings:
dockerfile: docker/php-fpm/Dockerfile
registry: docker-registry:5000
repo: docker-registry:5000/arbitry_php_fpm
registry: registry:5000
repo: registry:5000/arbitry_php_fpm
insecure: true
build_args:
- BUILD_IMAGE=docker-registry:5000/arbitry_php_base
- BUILD_IMAGE=registry:5000/arbitry_php_base
- PHP_VERSION=7.4.4
depends_on:
- build_php_base


Cargando…
Cancelar
Guardar