Skip to content

Commit 0e38ed8

Browse files
committed
fix: use correct image name for release
Signed-off-by: jmeridth <[email protected]>
1 parent 6181c04 commit 0e38ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pull-requests: read
2828
uses: jmeridth/reusable-workflows/.github/workflows/release-image.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
2929
with:
30-
image-name: jmeridth/reusable-workflows
30+
image-name: ${{ github.repository_owner }}/issue_metrics
3131
full-tag: ${{ needs.release.outputs.full-tag }}
3232
short-tag: ${{ needs.release.outputs.short-tag }}
3333
secrets:

0 commit comments

Comments
 (0)