This commit is contained in:
commit
dae896d659
4 changed files with 276 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