This commit is contained in:
parent
c3aa829a17
commit
4a3c7bff5e
@ -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'};
|
||||
|
Loading…
Reference in New Issue
Block a user