This commit is contained in:
2025-12-05 12:30:19 +01:00
parent 3f13a5adfa
commit 651f370a8f
5 changed files with 57 additions and 48 deletions

19
.woodpecker/build.yml Normal file
View 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