From b01ad30ea0d0cd6d2240c3d4833d4d7656410216 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 10 Nov 2023 14:13:51 +0000 Subject: [PATCH] Set manual tag --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 86318e6..8a2c3a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,11 +10,11 @@ steps: - name: publish image image: plugins/docker settings: - auto_tag: true username: 3wordchant password: from_secret: git_coopcloud_tech_token_3wc repo: git.coopcloud.tech/coop-cloud/backup-bot-two + tags: 1.0.0 registry: git.coopcloud.tech depends_on: - run shellcheck @@ -25,4 +25,4 @@ steps: trigger: branch: - - main + - bb2-classic