Added a Dockerfile and completely refactored the Woodpecker pipeline.
Some checks failed
ci/woodpecker/manual/build-image Pipeline failed
Some checks failed
ci/woodpecker/manual/build-image Pipeline failed
This commit is contained in:
15
.woodpecker/build-image.yml
Normal file
15
.woodpecker/build-image.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
when:
|
||||
# Allow both normal runs (push) and UI-triggered runs (manual)
|
||||
- event: [push, manual]
|
||||
|
||||
steps:
|
||||
- name: build-and-push-image
|
||||
image: 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
|
||||
Reference in New Issue
Block a user