Whoops, wrong names
Some checks failed
ci/woodpecker/push/generate-perl Pipeline failed
ci/woodpecker/push/build-perls unknown status
ci/woodpecker/push/base-os Pipeline failed

This commit is contained in:
Automation Pipeline 2023-10-09 13:01:39 -04:00
parent a9fd96b853
commit 8e1d352296

View file

@ -110,7 +110,7 @@ my $builder = IO::Async::Function->new(
my $expanded_version = $version =~ s/(?<major>5)\.(?<minor>\d+)\.(?<patch>\d+)/sprintf "%d.%03d.%03d", $+{major}, $+{minor}, $+{patch}/er;
# TODO other calcs for image names
my $tags = ["$push_repo/$version-$options-$os_base$suffix$arch_suffix", "$push_repo/$expanded_version-$options-$os_base$suffix$arch_suffix"];
my $tags = ["${push_repo}:$version-$options-$os_base$suffix$arch_suffix", "${push_repo}:$expanded_version-$options-$os_base$suffix$arch_suffix"];
my $build_date = Time::Piece::gmtime()->datetime();