Skip to content

Commit

Permalink
Log into Docker before pulling an image.
Browse files Browse the repository at this point in the history
This should help with rate limits.
  • Loading branch information
bgrainger committed Oct 16, 2024
1 parent cf40051 commit 67f141f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/integration-tests-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ parameters:
DotNetCoreSdkVersion: ''

steps:
- task: Docker@2
displayName: Log in to Docker
inputs:
command: login
containerRegistry: DockerHub
- bash: ${{ format('.ci/docker-run.sh {0} 3300 {1}', parameters.image, parameters.unsupportedFeatures) }}
displayName: 'Start Docker container'
- task: UseDotNet@2
Expand Down

0 comments on commit 67f141f

Please sign in to comment.