Skip to content

Commit

Permalink
Merge pull request #248 from github/jm_actually_use_correct_image_name
Browse files Browse the repository at this point in the history
fix: image name has underscore, not dash like repo
  • Loading branch information
jmeridth authored Jan 5, 2025
2 parents 0f47295 + 2d39e25 commit da2f94b
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 }}
image-name: ${ ${{ github.repository }}/-/_ } # use owner/repo but change dashes to underscores
full-tag: ${{ needs.release.outputs.full-tag }}
short-tag: ${{ needs.release.outputs.short-tag }}
secrets:
Expand Down

0 comments on commit da2f94b

Please sign in to comment.