Try pushing to gitea
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-11-26 13:35:45 +01:00
parent b11112867a
commit 4afbbadd8a
3 changed files with 2 additions and 3 deletions

View File

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

2
build
View File

@@ -21,7 +21,7 @@
# ---------------------------------------------------------------------------
#! /bin/sh
echo "23.03.2025"
echo "26.11.2025"
apk update
apk add buildah cni-plugins iptables ip6tables fuse-overlayfs netavark

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'} || "";