File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ parameters:
2020
2121variables :
2222- template : /eng/pipelines/templates/variables/common.yml@self
23- # Uses DockerHub registry creds to avoid rate limiting
24- - template : /eng/common/templates/variables/dotnet/secrets.yml@self
2523- ${{ if eq(parameters.isDockerHubImage, 'true') }} :
24+ # Uses DockerHub registry credentials to avoid rate limiting
25+ - group : Dotnet-Docker-Secrets-Low
2626 - name : normalizedImageName
2727 value : ${{ format('docker.io/{0}', parameters.imageName) }}
2828 - name : extraImportOptions
29- value : --username $(dotnetDockerHubBot.userName ) --password $(BotAccount- dotnet-dockerhub-bot-PAT )
29+ value : --username $(dotnet-dockerhub-bot-username ) --password $(dotnet-dockerhub-bot-pat-low )
3030- ${{ else }} :
3131 - name : normalizedImageName
3232 value : ${{ parameters.imageName }}
You can’t perform that action at this time.
0 commit comments