Try pushing to gitea
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -20,7 +20,6 @@ steps:
|
|||||||
from_secret: GITEA_REGISTRY_TOKEN
|
from_secret: GITEA_REGISTRY_TOKEN
|
||||||
REGISTRY_USER: devops-bot
|
REGISTRY_USER: devops-bot
|
||||||
commands:
|
commands:
|
||||||
- env
|
|
||||||
- ./build
|
- ./build
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
|
|||||||
2
build
2
build
@@ -21,7 +21,7 @@
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
echo "23.03.2025"
|
echo "26.11.2025"
|
||||||
apk update
|
apk update
|
||||||
apk add buildah cni-plugins iptables ip6tables fuse-overlayfs netavark
|
apk add buildah cni-plugins iptables ip6tables fuse-overlayfs netavark
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ chomp($git_commit_sha);
|
|||||||
# -- Build the image with SHA tag
|
# -- Build the image with SHA tag
|
||||||
# -- my main build system is DRONE, so I'm using DRONE variables a lot
|
# -- 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 $image_name = $ENV{'PACKAGE_NAME'} | $ENV{'DRONE_REPO'} || "badhouseplants/badhouseplants-net";
|
||||||
my $tag = "$container_registry/$image_name:$git_commit_sha";
|
my $tag = "$container_registry/$image_name:$git_commit_sha";
|
||||||
my $custom_tag = $ENV{'CUSTOM_TAG'} || "";
|
my $custom_tag = $ENV{'CUSTOM_TAG'} || "";
|
||||||
|
|||||||
Reference in New Issue
Block a user