add ci configration
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-12-07 15:22:30 +01:00
parent 239fef9f39
commit f1b3db0c68
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -7,8 +7,9 @@ pipeline:
from_secret: registry_user
password:
from_secret: registry_password
repo: gitnet.fr/$CI_REPO
tags: $CI_COMMIT_SHA
registry: gitnet.fr
repo: $CI_REPO
tags: gitnet.fr/$CI_COMMIT_SHA
when:
event: [push]
@ -20,7 +21,8 @@ pipeline:
from_secret: registry_user
password:
from_secret: registry_password
repo: gitnet.fr/$CI_REPO
registry: gitnet.fr
repo: $CI_REPO
tags: $CI_COMMIT_TAG
when:
event: [tag]