Skip to content

Commit 348ebaf

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent 7e546e4 commit 348ebaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/containers/container-template.steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ steps:
7878
useBuildKit: true
7979

8080
- task: 1ES.PushContainerImage@1
81-
condition: ${{ eq(parameters.os, 'windows') }}
81+
condition: ${{ eq(parameters.targetOs, 'windows') }}
8282
inputs:
8383
image: ${{ parameters.imageNameAndTag }}

0 commit comments

Comments
 (0)