diff --git a/.woodpecker.yml b/.woodpecker.yml index 7a07e53..c9c102a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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]