From 4c103651cda676553a9a11efd6a5342e04ac6898 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 17 May 2024 14:21:23 -0300 Subject: [PATCH] Hack to work within template repo --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0ce15d4..ba1a881 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,8 @@ steps: username: 3wordchant password: from_secret: git_autonomic_zone_token_3wc - repo: git.autonomic.zone/${REPO_OWNER}/${REPO_NAME} + # NOTE: edit this if you want your image called something else + repo: git.autonomic.zone/${DRONE_REPO}-astro auto_tag: true registry: git.autonomic.zone context: astro @@ -19,7 +20,8 @@ steps: username: 3wordchant password: from_secret: git_autonomic_zone_token_3wc - repo: git.autonomic.zone/${REPO_OWNER}/${REPO_NAME} + # NOTE: edit this if you want your image called something else + repo: git.autonomic.zone/${DRONE_REPO}-payload auto_tag: true registry: git.autonomic.zone context: payload