Files
weatherfeeder/.woodpecker/build-image.yml
Eric Rakestraw 2a88c3c5f3
All checks were successful
ci/woodpecker/manual/build-image Pipeline was successful
Updated the Woodpecker pipeline to utilize caching.
2026-02-01 19:04:22 -06:00

17 lines
504 B
YAML

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