We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8be2f0 commit f082176Copy full SHA for f082176
1 file changed
eng/common/pipelines/templates/steps/docker-pull-image.yml
@@ -6,7 +6,7 @@ parameters:
6
type: string
7
steps:
8
- task: AzureCLI@2
9
- displayName: Authenticate to Container Registry
+ displayName: Docker Auth and Pull
10
inputs:
11
azureSubscription: ${{ parameters.ServiceConnectionName }}
12
scriptType: pscore
0 commit comments