Skip to content

Conversation

@metachris
Copy link
Contributor

@metachris metachris commented Dec 22, 2025

before, every tag would update the latest image, even if it's a RC or alpha version (i.e. v1.2.3-rc1 should not update latest, only without any - in the version should the latest tag update)

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the Docker image tagging logic to prevent pre-release versions (RC, alpha, etc.) from overwriting the latest tag, and adds a Docker Hub badge to the README for better visibility.

  • Conditional latest tag update that excludes versions containing a hyphen (pre-release identifiers)
  • Docker Hub badge showing image size with link to available tags

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Added Docker Hub badge displaying image size
.github/workflows/release.yaml Modified Docker metadata generation to conditionally apply latest tag only for stable releases

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@metachris metachris merged commit 5bbeeb1 into main Dec 23, 2025
6 checks passed
@metachris metachris deleted the docker-fix branch December 23, 2025 07:38
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.

1 participant