Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

master
Clément FRÉVILLE 2 years ago
parent db1a23a925
commit 933b34d6e5

@ -38,6 +38,20 @@ steps:
depends_on: depends_on:
- rewrite-urls - rewrite-urls
- name: docker-build-and-push-without-mirror
image: plugins/docker
settings:
dockerfile: docker/Dockerfile
context: .
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/clement.freville2/drone-health
username:
from_secret: SECRET_REGISTRY_USERNAME
password:
from_secret: SECRET_REGISTRY_PASSWORD
depends_on:
- rewrite-urls
- name: deploy-container - name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment: environment:

Loading…
Cancel
Save