Whoops, wrong names
This commit is contained in:
parent
a9fd96b853
commit
8e1d352296
1 changed files with 1 additions and 1 deletions
2
build.pl
2
build.pl
|
@ -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;
|
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
|
# 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();
|
my $build_date = Time::Piece::gmtime()->datetime();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue