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 8c777d0 commit 98c9beeCopy full SHA for 98c9bee
.github/workflows/dockerhub-release-matrix.yml
@@ -184,7 +184,7 @@ jobs:
184
open ansible/vars.yml | get postgres_release | get $release_key | str trim
185
")
186
187
- echo "matrix=$(jq -n --arg version "$pg_version" '{include: [{version: $version}]}' | base64 -w0)" >> $GITHUB_OUTPUT
+ echo "matrix=$(jq -n --arg version "$pg_version" '{include: [{version: $version}]}')" >> $GITHUB_OUTPUT
188
189
publish:
190
needs: get_publish_version
0 commit comments