We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6181c04 commit 0e38ed8Copy full SHA for 0e38ed8
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
pull-requests: read
28
uses: jmeridth/reusable-workflows/.github/workflows/release-image.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
29
with:
30
- image-name: jmeridth/reusable-workflows
+ image-name: ${{ github.repository_owner }}/issue_metrics
31
full-tag: ${{ needs.release.outputs.full-tag }}
32
short-tag: ${{ needs.release.outputs.short-tag }}
33
secrets:
0 commit comments