Change zot username
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nikolai Rodionov 2024-09-20 06:55:11 +02:00
parent c3aa829a17
commit 4a3c7bff5e
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -39,7 +39,7 @@ my $container_registry = $ENV{'CONTAINER_REGISTRY'} || 'zot.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'} || "";
my $username = $ENV{'DRONE_USERNAME'} || "allanger";
my $username = "woody";
my $password = $ENV{'REGISTRY_TOKEN'} || "YOU NOT AUTHORIZED, PAL";
my $containerfile = $ENV{'CONTAINERFILE'} || "Containerfile";
my $args = $ENV{'BUILD_ARGS'};