Parcourir la source

test 57

master
komarov il y a 4 ans
Parent
révision
bb14cc55ba
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. +4
    -4
      .drone.yml

+ 4
- 4
.drone.yml Voir le fichier

@@ -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:
@@ -52,8 +52,8 @@ steps:
image: plugins/docker
settings:
dockerfile: docker/php-fpm/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:


Chargement…
Annuler
Enregistrer