Skip to content

Commit

Permalink
Merge pull request #252 from github/jm_image_name_part_inifnity
Browse files Browse the repository at this point in the history
fix: need owner included with image name
  • Loading branch information
jmeridth authored Jan 5, 2025
2 parents 325ab60 + 8d03406 commit da05bf0
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: stale_repos
image-name: ${{ github.repository_owner }}/stale_repos
full-tag: ${{ needs.release.outputs.full-tag }}
short-tag: ${{ needs.release.outputs.short-tag }}
secrets:
Expand Down

0 comments on commit da05bf0

Please sign in to comment.