Files
ldap-interface/.drone.yml
2021-11-28 21:30:22 +01:00

23 lines
418 B
YAML

---
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.alxczl.fr/ldap-interface
repository: registry.alxczl.fr
tags: latest
when:
branch:
- master