From e9726c95d6f0087c9ed21f11fcfce54d7417c2ef Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Tue, 26 Mar 2024 18:04:01 -0400 Subject: [PATCH] set registry --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4493f14..6373367 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,10 +11,11 @@ steps: from_secret: gitea_packpub_username password: from_secret: gitea_packpub_password - repo: git.hatecomputers.club/hatecomputers/hatecomputers.club + registry: git.hatecomputers.club + repo: hatecomputers/hatecomputers.club tags: - latest - main trigger: branch: - - main \ No newline at end of file + - main