Skip to content

fix(docker): match meridian-v* release tags for image builds#507

Merged
rynfar merged 3 commits into
rynfar:mainfrom
fredericgermain:fix/docker-tag-pattern
Jun 16, 2026
Merged

fix(docker): match meridian-v* release tags for image builds#507
rynfar merged 3 commits into
rynfar:mainfrom
fredericgermain:fix/docker-tag-pattern

Conversation

@fredericgermain

Copy link
Copy Markdown
Contributor

Summary

  • Fix Docker workflow tag trigger from v* to meridian-v* to match the release tag format used by Release Please (e.g. meridian-v1.42.1)
  • Add prefix=meridian-v to the docker/metadata-action semver extractors so the version is parsed correctly from the tag name

Without this fix, pushing a release tag never triggered a Docker image build.

🤖 Generated with Claude Code

@fredericgermain

Copy link
Copy Markdown
Contributor Author

(Hello from the real me)

rynfar added 2 commits June 16, 2026 11:47
Keep the meridian-v* tag trigger fix, but replace the prefix-semver
extractors with type=match. semver+prefix re-applies the prefix to the
output, producing redundant image tags like meridian-v1.43.0; type=match
yields clean conventional tags from the meridian-v* release tag:
  meridian-v1.43.0 -> 1.43.0 (full, incl. prerelease via (.*)) and 1.43
This mirrors the documented metadata-action match examples and verifies
against the project's real release tags.
@rynfar
rynfar merged commit 186b268 into rynfar:main Jun 16, 2026
3 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