Skip to content

Commit

Permalink
chore: fix get_publish_version
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Dec 19, 2024
1 parent 4a6db10 commit ad254d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dockerhub-release-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ jobs:
$"postgres($version)"
}
let pg_version = (open ansible/vars.yml | get postgres_release | get $release_key | str trim)
let matrix = {include: [{version: $pg_version}]}
$"matrix=($matrix | to json)" | save --append $env.GITHUB_OUTPUT
# Ensure clean JSON formatting
$"matrix={json: {include: [{version: $pg_version}]}, format: compact}" | save --append $env.GITHUB_OUTPUT
'
publish:
Expand Down

0 comments on commit ad254d5

Please sign in to comment.