Skip to content

Commit 82a2cfd

Browse files
committed
make the from tag on some images the original image
1 parent b3f313a commit 82a2cfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ End {
277277
-TagData $allMeta.TagData `
278278
-BaseImage $actualTagData.ActualTags[0] `
279279
-BaseRepositry $Repository `
280-
-Strict:$CheckForDuplicateTags.IsPresent
280+
-Strict:$CheckForDuplicateTags.IsPresent `
281+
-FromTag $tagGroup.Name
281282

282283
$toBuild += $subImageAllMeta
283284
}

0 commit comments

Comments
 (0)