14 lines
318 B
YAML
14 lines
318 B
YAML
|
|
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
|