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 43ae0dc commit b91e4a7Copy full SHA for b91e4a7
.github/workflows/dockerhub-release-matrix.yml
@@ -44,7 +44,7 @@ jobs:
44
include: $matrix
45
}
46
47
- "matrix_config=" + ($matrix_config | to json) | save --append $env.GITHUB_OUTPUT'
+ $"matrix_config=($matrix_config | to json -r)" | save --append $env.GITHUB_OUTPUT'
48
build:
49
needs: prepare
50
strategy:
0 commit comments