Skip to content

Commit

Permalink
Specify Docker version in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeRadinovich committed May 13, 2019
1 parent 034ea64 commit f18c779
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -10,6 +10,12 @@ pool:

steps:

- task: DockerInstaller@0
displayName: Docker Installer
inputs:
dockerVersion: 18.09.2
releaseType: stable

- script: |
echo $(gcp.svcacc) | docker login -u _json_key --password-stdin https://gcr.io
displayName: 'Docker connect to Registry'
Expand Down

0 comments on commit f18c779

Please sign in to comment.