Skip to content

Commit 0d7253e

Browse files
committed
chore: cleanup steps to unbreak yaml
1 parent b8f58e6 commit 0d7253e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ jobs:
128128
include: ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
129129
runs-on: ubuntu-latest
130130
outputs:
131-
tags: ${{ steps.combine_tags.outputs.tags }} # Changed to reference final combined step
131+
tags: ${{ steps.combine_tags.outputs.tags }}
132+
matrix-rows: ${{ toJSON(steps.*.outputs.version) }}
132133
steps:
133134
- uses: actions/checkout@v3
134135
- uses: DeterminateSystems/nix-installer-action@main
@@ -160,8 +161,6 @@ jobs:
160161
id: step_output
161162
run: |
162163
echo "version=${{ steps.get_version.outputs.pg_version }}" >> $GITHUB_OUTPUT
163-
outputs:
164-
matrix-rows: ${{ toJSON(steps.*.outputs.version) }}
165164
- name: Combine tags
166165
if: always()
167166
id: combine_tags

0 commit comments

Comments
 (0)