overleaf-ldap/.drone.yml
Jan-Henrik Bruhn 10edfabca8
All checks were successful
continuous-integration/drone/push Build is passing
Revert "Testing kaniko plugin"
This reverts commit c22037c988.
2022-12-30 10:09:30 +01:00

17 lines
300 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: plugins/docker
settings:
repo: git.baubs.net/jan-henrik/overleaf-ldap
registry: git.baubs.net
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true