Skip to content

Commit

Permalink
chore(Windows): define tags in docker compose file instead of code
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Jan 14, 2024
1 parent ef5524a commit 3578ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ foreach($agentType in $AgentTypes) {
yq '.services.[].build.target = \"agent\"' $originalDockerComposeFile | Out-File -FilePath $finalDockerComposeFile
}

$builds = @{}
$builds = @()

$compose = Invoke-Expression "$baseDockerCmd config --format=json" 2>$null | ConvertFrom-Json
foreach ($service in $compose.services.PSObject.Properties) {
Expand Down

0 comments on commit 3578ada

Please sign in to comment.