@@ -60,19 +60,18 @@ jobs:
6060 # - BUILD_CONTEXT_${image}_${OS}_${ARCH}}
6161 # - IMAGE_PLATFORM_TAG_${image}_${OS}_${ARCH}}
6262 # - EXTRA_BUILD_ARGS_$${image}_${OS}_${ARCH}}
63- - ${{ if parameters.buildVariablesStepTemplate }} :
64- - ${{ if eq(parameters.targetOs, 'windows') }} :
65- - template : /.pipelines/containers/build-variables-template.windows.steps.yaml
66- parameters :
67- targetOs : ${{ parameters.targetOs }}
68- targetArch : ${{ parameters.targetArch }}
69- image : ${{ imageName }}
70- - ${{ else }} :
71- - template : /.pipelines/containers/build-variables-template.steps.yaml
72- parameters :
73- targetOs : ${{ parameters.targetOs }}
74- targetArch : ${{ parameters.targetArch }}
75- image : ${{ imageName }}
63+ - ${{ if eq(parameters.targetOs, 'windows') }} :
64+ - template : /.pipelines/containers/build-variables-template.windows.steps.yaml
65+ parameters :
66+ targetOs : ${{ parameters.targetOs }}
67+ targetArch : ${{ parameters.targetArch }}
68+ image : ${{ imageName }}
69+ - ${{ else }} :
70+ - template : /.pipelines/containers/build-variables-template.steps.yaml
71+ parameters :
72+ targetOs : ${{ parameters.targetOs }}
73+ targetArch : ${{ parameters.targetArch }}
74+ image : ${{ imageName }}
7675
7776 - template : ./container-template.steps.yaml
7877 parameters :
0 commit comments