Skip to content

Commit 73a6ec8

Browse files
Eugene FedorenkoEugene Fedorenko
authored andcommitted
fixed image name
1 parent d68fcc9 commit 73a6ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment_setup/docker-image-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trigger:
1515

1616
variables:
1717
containerRegistry: $[coalesce(variables['acrServiceConnection'], 'acrconnection')]
18-
imageName: $[coalesce(variables['agentImageName'], 'public/mlops/mlopspython')]
18+
imageName: $[coalesce(variables['agentImageName'], 'public/mlops/python')]
1919

2020
steps:
2121
- task: Docker@2

0 commit comments

Comments
 (0)