mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
[Windows] Add docker symlink (#6287)
This commit is contained in:
committed by
GitHub
parent
dc7240348e
commit
f412cb04d7
@@ -66,7 +66,7 @@ function Get-DockerComposeVersionV2 {
|
||||
}
|
||||
|
||||
function Get-DockerWincredVersion {
|
||||
$dockerCredVersion = $(docker-credential-wincred version)
|
||||
$dockerCredVersion = docker-credential-wincred version | Take-Part -Part 2 | Take-Part -Part 0 -Delimiter "v"
|
||||
return "Docker-wincred $dockerCredVersion"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user