Files
ldap-interface/.drone.yml
AlxCzl 94f92951c1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
fix(drone): added auto_tag and replaced repository by registry
2021-11-29 05:38:59 +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:
repo: registry.alxczl.fr/ldap-interface
username:
from_secret: docker_username
password:
from_secret: docker_password
registry: registry.alxczl.fr
auto_tag: true
when:
branch:
- master