dependency-check/.woodpecker.yml
Simon Vieille 239fef9f39
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add ci configration
2022-12-07 15:19:11 +01:00

27 lines
603 B
YAML

pipeline:
build_commit:
image: plugins/docker
secrets: [registry_user, registry_password]
settings:
username:
from_secret: registry_user
password:
from_secret: registry_password
repo: gitnet.fr/$CI_REPO
tags: $CI_COMMIT_SHA
when:
event: [push]
build_tag:
image: plugins/docker
secrets: [registry_user, registry_password]
settings:
username:
from_secret: registry_user
password:
from_secret: registry_password
repo: gitnet.fr/$CI_REPO
tags: $CI_COMMIT_TAG
when:
event: [tag]