dependency-check/.woodpecker.yml
Simon Vieille f1b3db0c68
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add ci configration
2022-12-07 15:22:30 +01:00

29 lines
645 B
YAML

pipeline:
build_commit:
image: plugins/docker
secrets: [registry_user, registry_password]
settings:
username:
from_secret: registry_user
password:
from_secret: registry_password
registry: gitnet.fr
repo: $CI_REPO
tags: gitnet.fr/$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
registry: gitnet.fr
repo: $CI_REPO
tags: $CI_COMMIT_TAG
when:
event: [tag]