feat(build): add woodpecker kaniko build plugin
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
7f3f302820
commit
07d7c4466c
1 changed files with 13 additions and 0 deletions
13
.woodpecker/build.yaml
Normal file
13
.woodpecker/build.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
when:
|
||||||
|
- event: [push, manual]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Build & publish container
|
||||||
|
image: woodpeckerci/plugin-kaniko
|
||||||
|
settings:
|
||||||
|
registry: ${CI_FORGE_URL##https://}
|
||||||
|
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||||
|
username:
|
||||||
|
from_secret: forge-username
|
||||||
|
password:
|
||||||
|
from_secret: forge-token
|
||||||
Loading…
Add table
Add a link
Reference in a new issue