diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..342025a --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file