We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f313a commit 82a2cfdCopy full SHA for 82a2cfd
build.ps1
@@ -277,7 +277,8 @@ End {
277
-TagData $allMeta.TagData `
278
-BaseImage $actualTagData.ActualTags[0] `
279
-BaseRepositry $Repository `
280
- -Strict:$CheckForDuplicateTags.IsPresent
+ -Strict:$CheckForDuplicateTags.IsPresent `
281
+ -FromTag $tagGroup.Name
282
283
$toBuild += $subImageAllMeta
284
}
0 commit comments