Skip to content

Commit

Permalink
Merge pull request #453 from github/jm_image_name
Browse files Browse the repository at this point in the history
fix: use correct image name for release
  • Loading branch information
jmeridth authored Jan 5, 2025
2 parents 6181c04 + 0e38ed8 commit a630f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pull-requests: read
uses: jmeridth/reusable-workflows/.github/workflows/release-image.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
with:
image-name: jmeridth/reusable-workflows
image-name: ${{ github.repository_owner }}/issue_metrics
full-tag: ${{ needs.release.outputs.full-tag }}
short-tag: ${{ needs.release.outputs.short-tag }}
secrets:
Expand Down

0 comments on commit a630f8a

Please sign in to comment.