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 2d3dcb1 commit 285dd01Copy full SHA for 285dd01
.pipelines/containers/containerize.steps.yaml
@@ -41,9 +41,10 @@ steps:
41
--target "${{ parameters.targetOs }}"
42
${{ parameters.addBuildArgs }}
43
enableNetwork: true
44
- enablePull: false
45
- enableCache: true
+ enableCache: false
46
useBuildKit: true
+ enablePull: false
47
+# {{ eq(parameters.targetOs, 'windows') }}
48
49
- task: 1ES.PushContainerImage@1
50
condition: ${{ eq(parameters.targetOs, 'windows') }}
0 commit comments