add ci configration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-12-07 15:31:08 +01:00
parent f1b3db0c68
commit 408ad78b43
Signed by: deblan
GPG key ID: 579388D585F70417

View file

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