Add CD
continuous-integration/drone/push Build is failing Details

newBranch
Victor Perez NGOUNOU 2 years ago
parent 0f2cc0a5c9
commit e661d80dfc

@ -59,6 +59,21 @@ steps:
branch:
- master
depends_on: [ build ]
- name: docker-build
image: plugins/docker
settings:
dockerfile: Sources/Dockerfile
context: .
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/my-group/my-application-client
username:
from_secret: SECRET_REGISTRY_USERNAME
password:
from_secret: SECRET_REGISTRY_PASSWORD
when:
branch:
- master
volumes:
- name: docs

Loading…
Cancel
Save