Add woodpecker CICD config.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0332907f0f
commit
6290434003
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
pipeline:
|
||||||
|
publish-docker-image:
|
||||||
|
image: plugins/kaniko
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
repo: git.cyber.gent/friedkiwi/ibm-information-center
|
||||||
|
tags: latest,v1-${CI_COMMIT_SHA:0:8}
|
||||||
|
username: ${CI_REPO_OWNER}
|
||||||
|
registry: git.cyber.gent
|
||||||
|
password:
|
||||||
|
from_secret: gitea_access_token
|
||||||
|
when:
|
||||||
|
event: push
|
Loading…
Reference in New Issue
Block a user