1
0
Files
misc-containers/.woodpecker.yaml
Garrett Mills 5e5cd1b1c3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add .woodpecker.yaml
2026-09-22 14:41:54 +00:00

20 lines
518 B
YAML

when:
- event: push
branch: main
- event: [tag, manual, deployment]
steps:
- name: build-radicale-ldap
image: woodpeckerci/plugin-docker-buildx:6.1.1
settings:
registry: registry.apps.millslan.net
repo: registry.apps.millslan.net/garrettmills/radicale-ldap
tags: latest
platforms: linux/amd64
context: radicale-ldap
dockerfile: radicale-ldap/Dockerfile
username:
from_secret: registry_username
password:
from_secret: registry_password