komarov 4 anni fa
parent
commit
899a9ee2eb
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml Vedi File

@@ -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


Loading…
Annulla
Salva