Migrate back to gitea packages #5

Merged
allanger merged 4 commits from migrate-to-gitea-packages into main 2025-11-28 12:06:40 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit e408fe8c99 - Show all commits

View File

@@ -20,7 +20,6 @@ steps:
from_secret: GITEA_REGISTRY_TOKEN
REGISTRY_USER: devops-bot
commands:
- env
- ./build
backend_options:
kubernetes:

View File

@@ -35,7 +35,7 @@ chomp($git_commit_sha);
# -- Build the image with SHA tag
# -- my main build system is DRONE, so I'm using DRONE variables a lot
# ---------------------------------------------------------------------------
my $container_registry = $ENV{'CONTAINER_REGISTRY'} || 'zot.badhouseplants.net';
my $container_registry = $ENV{'CONTAINER_REGISTRY'} || 'gitea.badhouseplants.net';
my $image_name = $ENV{'PACKAGE_NAME'} | $ENV{'DRONE_REPO'} || "badhouseplants/badhouseplants-net";
my $tag = "$container_registry/$image_name:$git_commit_sha";
my $custom_tag = $ENV{'CUSTOM_TAG'} || "";