Skip to content

Commit

Permalink
20230625H
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jun 25, 2023
1 parent 5bfc354 commit b94eed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Try {
Catch {}
If ($Null -ine $CommandDocker) {
If ($RemoveDockerImage.Count -gt 0) {
[String[]]$DockerImageListRaw = docker image ls --all --format=json
[String[]]$DockerImageListRaw = docker image ls --all --format '{{json .}}'
$DockerImageListRaw |
Write-GitHubActionsDebug
[PSCustomObject[]]$DockerImageList = (
Expand Down

0 comments on commit b94eed1

Please sign in to comment.