Skip to content

Commit

Permalink
Merge pull request #250 from github/jm_no_fancy_image_name
Browse files Browse the repository at this point in the history
fix: use explicit image name for release
  • Loading branch information
jmeridth authored Jan 5, 2025
2 parents da2f94b + 3b80520 commit 325ab60
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: ${ ${{ github.repository }}/-/_ } # use owner/repo but change dashes to underscores
image-name: stale_repos
full-tag: ${{ needs.release.outputs.full-tag }}
short-tag: ${{ needs.release.outputs.short-tag }}
secrets:
Expand Down

0 comments on commit 325ab60

Please sign in to comment.