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]