From f1b3db0c686d64b52bde7ac6473442cfaba8693c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 7 Dec 2022 15:22:30 +0100 Subject: [PATCH] add ci configration --- .woodpecker.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8d7d395..7a07e53 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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]