Skip to content

fix: docker version tagging#781

Merged
JustinBeckwith merged 1 commit intoJustinBeckwith:mainfrom
alonso113:main
Feb 27, 2026
Merged

fix: docker version tagging#781
JustinBeckwith merged 1 commit intoJustinBeckwith:mainfrom
alonso113:main

Conversation

@alonso113
Copy link
Contributor

@alonso113 alonso113 commented Feb 25, 2026

Previously to give tags it was using release.tag_name which is in the form 'linkinator-v1.1.1' and cannot be parsed by metadata-action semver type. So only latest was getting published.
Now it uses release.version which gives the form '1.1.1' and is parseable by metadata-action semver.
I should have tested this better before my last PR sorry.

Copy link
Owner

@JustinBeckwith JustinBeckwith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you :)

@JustinBeckwith JustinBeckwith merged commit 1db51fb into JustinBeckwith:main Feb 27, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants