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 772bab6 commit 23d92caCopy full SHA for 23d92ca
.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