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

issue_003_Sonar
David D'ALMEIDA 2 years ago
parent 1558afe64d
commit e0ab191262

@ -37,14 +37,14 @@ steps:
- name: docker-build-and-push - name: docker-build-and-push
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: Sources/config/Dockerfile
context: Sources
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/david.d_almeida/web
username: username:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
from_secret: SECRET_REGISTRY_PASSWORD from_secret: SECRET_REGISTRY_PASSWORD
dockerfile: Sources/config/Dockerfile
context: Sources
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/git/david.d_almeida/web
- name: notify - name: notify
image: ruby:2.1 image: ruby:2.1

Loading…
Cancel
Save