Skip to content

Commit

Permalink
chore: cleanup steps to unbreak yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Dec 20, 2024
1 parent b8f58e6 commit 0d7253e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dockerhub-release-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ jobs:
include: ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
runs-on: ubuntu-latest
outputs:
tags: ${{ steps.combine_tags.outputs.tags }} # Changed to reference final combined step
tags: ${{ steps.combine_tags.outputs.tags }}
matrix-rows: ${{ toJSON(steps.*.outputs.version) }}
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
Expand Down Expand Up @@ -160,8 +161,6 @@ jobs:
id: step_output
run: |
echo "version=${{ steps.get_version.outputs.pg_version }}" >> $GITHUB_OUTPUT
outputs:
matrix-rows: ${{ toJSON(steps.*.outputs.version) }}
- name: Combine tags
if: always()
id: combine_tags
Expand Down

0 comments on commit 0d7253e

Please sign in to comment.