ibm-information-center/.woodpecker.yml
Yvan Janssens 6290434003
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add woodpecker CICD config.
2024-04-02 16:31:03 +02:00

14 lines
354 B
YAML

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