Skip to content

Commit e862161

Browse files
committed
chore: matrix_json variable
1 parent cd2e596 commit e862161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ jobs:
182182
} | flatten)
183183
184184
let matrix = {include: $processed_versions}
185-
$"matrix=(${matrix | to json -r})" | save --append $env.GITHUB_OUTPUT
185+
let matrix_json = ($matrix | to json -r)
186+
$"matrix=($matrix_json)" | save --append $env.GITHUB_OUTPUT
186187
'
187188
188189
publish:

0 commit comments

Comments
 (0)