ci
This commit is contained in:
19
.woodpecker/build.yml
Normal file
19
.woodpecker/build.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
when:
|
||||
event: [tag]
|
||||
ref:
|
||||
exclude:
|
||||
- refs/tags/*-configchange
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
registry:
|
||||
from_secret: local_registry
|
||||
username:
|
||||
from_secret: local_username
|
||||
password:
|
||||
from_secret: local_password
|
||||
repo: ${FORGE_NAME}/${CI_REPO}
|
||||
auto_tag: true
|
||||
dockerfile: Dockerfile
|
||||
Reference in New Issue
Block a user