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 d68fcc9 commit 73a6ec8Copy full SHA for 73a6ec8
environment_setup/docker-image-pipeline.yml
@@ -15,7 +15,7 @@ trigger:
15
16
variables:
17
containerRegistry: $[coalesce(variables['acrServiceConnection'], 'acrconnection')]
18
- imageName: $[coalesce(variables['agentImageName'], 'public/mlops/mlopspython')]
+ imageName: $[coalesce(variables['agentImageName'], 'public/mlops/python')]
19
20
steps:
21
- task: Docker@2
0 commit comments