Merge pull request #1481 from gtardif/windows_docker_cli

Set our own docker CLI on windows nodes
This commit is contained in:
Nicolas De loof 2021-03-31 12:17:53 +02:00 committed by GitHub
commit 487bf96ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ jobs:
- name: Setup docker CLI
run: |
docker version
curl -L -o docker.exe https://github.com/StefanScherer/docker-cli-builder/releases/download/20.10.5/docker.exe
mv -Force ./docker.exe "C:\Program Files\Docker\"
docker version
- name: Checkout code into the Go module directory
uses: actions/checkout@v2