overleaf-ldap/.woodpecker.yml

18 lines
315 B
YAML
Raw Normal View History

2022-12-29 21:58:57 +00:00
---
kind: pipeline
type: docker
name: default
2022-12-31 10:36:24 +00:00
pipeline:
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
2022-12-29 21:58:57 +00:00