Files
docker-openldap/.woodpecker/build-image.yml
Eric Rakestraw 9366eab50e
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
Updated the Woodpecker pipeline to build when a new tag is pushed.
2026-02-01 21:19:02 -06:00

18 lines
497 B
YAML

when:
# Allow both normal runs (push, tag) and UI-triggered runs (manual)
- event: [push, manual, tag]
steps:
- name: build-and-push-image
image: harbor.maximumdirect.net/proxy-dockerhub/woodpeckerci/plugin-kaniko
settings:
registry: harbor.maximumdirect.net
repo: build/openldap
auto_tag: true
username:
from_secret: HARBOR_ROBOT_USER
password:
from_secret: HARBOR_ROBOT_TOKEN
cache: true
cache_repo: build-cache/openldap