Files
weatherapi/.woodpecker/build-image.yml
Eric Rakestraw 67beeb4d5e
Some checks failed
ci/woodpecker/push/build-image Pipeline failed
Add build image configuration for Woodpecker CI
2026-03-19 19:53:54 -05:00

17 lines
490 B
YAML

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