Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #384 from lemeurherve/fix-windows-tags
Browse files Browse the repository at this point in the history
fix: correct Windows images tags
  • Loading branch information
lemeurherve authored Jul 31, 2023
2 parents 31863b6 + dac28ff commit a4139eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ if($target -eq "publish") {
}

if($PushVersions) {
$buildTag = "$VersionTag-$tag"
$buildTag = "$tag"
if($tag -eq 'latest') {
$buildTag = "$VersionTag"
}
Expand All @@ -234,7 +234,7 @@ if($target -eq "publish") {
}

if($PushVersions) {
$buildTag = "$VersionTag-$tag"
$buildTag = "$tag"
if($tag -eq 'latest') {
$buildTag = "$VersionTag"
}
Expand Down

0 comments on commit a4139eb

Please sign in to comment.