From 5a0467dbdde0198c6e3a31743ef2f9d59d5a54dd Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 18 Sep 2024 12:29:08 +0200 Subject: [PATCH] change drone runner: create only images from releases --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b40c815..cbbcebf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,9 +9,9 @@ steps: password: from_secret: git_coopcloud_tech_token_3wc repo: git.coopcloud.tech/coop-cloud/backup-bot-two - tags: 2.0.0 + tags: ${DRONE_TAG} registry: git.coopcloud.tech when: event: - exclude: - - pull_request + include: + - tag