fix(drone): added auto_tag and replaced repository by registry
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2021-11-29 05:34:36 +01:00
parent aea0844a59
commit 94f92951c1

View File

@@ -11,13 +11,13 @@ steps:
- name: docker
image: plugins/docker
settings:
repo: registry.alxczl.fr/ldap-interface
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.alxczl.fr/ldap-interface
repository: registry.alxczl.fr
tags: latest
registry: registry.alxczl.fr
auto_tag: true
when:
branch:
- master