Skip to content

Commit

Permalink
chore directly use matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Dec 19, 2024
1 parent 47e3258 commit 369f534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-release-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
id: get_versions
run: |
nix run nixpkgs#nushell -- -c '
let original_matrix = ($env.GITHUB_WORKFLOW_REF | split row "@" | get 0 | from json)
let original_matrix = (${{ needs.prepare.outputs.matrix_config }} | from json)
let versions = $original_matrix.include
let processed_versions = ($versions | each { |item|
let version = $item.version
Expand Down

0 comments on commit 369f534

Please sign in to comment.