Updated the Woodpecker pipeline to utilize caching.
All checks were successful
ci/woodpecker/manual/build-image Pipeline was successful

This commit is contained in:
2026-02-01 19:04:22 -06:00
parent 33c35b5f4a
commit 2a88c3c5f3

View File

@@ -4,7 +4,7 @@ when:
steps:
- name: build-and-push-image
image: woodpeckerci/plugin-kaniko
image: https://harbor.maximumdirect.net/dockerhub-proxy/woodpeckerci/plugin-kaniko
settings:
registry: harbor.maximumdirect.net
repo: build/weatherfeeder
@@ -12,4 +12,6 @@ steps:
username:
from_secret: HARBOR_ROBOT_USER
password:
from_secret: HARBOR_ROBOT_TOKEN
from_secret: HARBOR_ROBOT_TOKEN
cache: true
cache_repo: build-cache/weatherfeeder