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.
2 parents 772bab6 + 23d92ca commit 0f47295Copy full SHA for 0f47295
.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 }}
31
full-tag: ${{ needs.release.outputs.full-tag }}
32
short-tag: ${{ needs.release.outputs.short-tag }}
33
secrets:
0 commit comments