Add '.drone.yml'

pull/76/head
Félix MIELCAREK 3 years ago
parent 020c7a328e
commit 96e008dfe1

@ -0,0 +1,12 @@
# docker image build
- name: docker-build-and-push
image: plugins/docker
settings:
dockerfile: Sources/Dockerfile
context: Sources/
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/my.login/myRepository
username:
from_secret: SECRET_REGISTRY_USERNAME
password:
from_secret: SECRET_REGISTRY_PASSWORD
Loading…
Cancel
Save