We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92e5e8 commit 04cd8a7Copy full SHA for 04cd8a7
.github/workflows/reusable-build.yml
@@ -59,7 +59,7 @@ jobs:
59
if: ${{ matrix.os == 'windows-latest' }}
60
shell: powershell
61
run: |
62
- $dockerPath = & where docker
+ $dockerPath = (Get-Command docker).Source
63
Write-Host "docker.exe path: $dockerPath"
64
if ($dockerPath)
65
{
0 commit comments