File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ parameters:
12
12
- name : dependsOn
13
13
default : []
14
14
type : object
15
+ - name : matrix
15
16
16
17
jobs :
17
18
- job : ${{ parameters.jobName }}
22
23
maxParallel : ${{ parameters.maxParallel }}
23
24
variables :
24
25
dockerImage : ' powershell'
25
- Channel : ${{ parameters.channel }}
26
26
ACR : ${{ parameters.ACR }}
27
27
releaseTag : ${{ parameters.releaseTag }}
28
28
Original file line number Diff line number Diff line change @@ -524,13 +524,11 @@ End {
524
524
Write-Output " tagGroups:"
525
525
foreach ($tag in $tagGroups .$repo | Sort-Object - Property dockerfile)
526
526
{
527
- if (! $tag.IsPrivate ) {
528
- Write-Output " - tags: [$ ( $tag.Tags -join ' , ' ) ]"
529
- Write-Output " osVersion: $ ( $tag.osVersion ) "
530
- Write-Output " architecture: $ ( $tag.architecture ) "
531
- Write-Output " os: $ ( $tag.os ) "
532
- Write-Output " dockerfile: $ ( $tag.dockerfile ) "
533
- }
527
+ Write-Output " - tags: [$ ( $tag.Tags -join ' , ' ) ]"
528
+ Write-Output " osVersion: $ ( $tag.osVersion ) "
529
+ Write-Output " architecture: $ ( $tag.architecture ) "
530
+ Write-Output " os: $ ( $tag.os ) "
531
+ Write-Output " dockerfile: $ ( $tag.dockerfile ) "
534
532
}
535
533
}
536
534
}
You can’t perform that action at this time.
0 commit comments