Skip to content

Conversation

@aakashH242
Copy link
Owner

docs: update releases.md
ci: remove duplicate release drafter
chore: try image fix

docs: update releases.md
ci: remove duplicate release drafter
chore: try image fix
@codecov
Copy link

codecov bot commented Nov 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@aakashH242 aakashH242 merged commit 4273f63 into main Nov 23, 2025
7 checks passed
@aakashH242 aakashH242 deleted the chore/housekeeping branch November 23, 2025 13:02
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +70 to +74
type=semver,pattern=v{{version}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
type=semver,pattern=v{{major}}.{{minor}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
type=semver,pattern=v{{major}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') }}
type=ref,event=branch,enable=${{ !startsWith(github.ref, 'refs/tags/v') && github.event_name != 'release' }}

Choose a reason for hiding this comment

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

P1 Badge Prevent prerelease tags from being marked latest

The new metadata tags always add a latest tag whenever the ref starts with refs/tags/v, even when the tag is a prerelease such as v1.0.0-rc.1. The previous workflow explicitly skipped prerelease refs (!contains(github.ref, '-')), which prevented unstable images from overwriting the stable latest tag. With this change, any prerelease tag will be pushed as latest, potentially replacing the stable GHCR image whenever an RC/beta tag is published.

Useful? React with 👍 / 👎.

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