Skip to content

Derive Docker Hub tag from git tag#216

Merged
phanan merged 1 commit intomasterfrom
derive-docker-tag-from-git-tag
Mar 6, 2026
Merged

Derive Docker Hub tag from git tag#216
phanan merged 1 commit intomasterfrom
derive-docker-tag-from-git-tag

Conversation

@phanan
Copy link
Member

@phanan phanan commented Mar 6, 2026

Summary

  • Derives the Docker Hub image version tag from the git tag that triggers the release workflow, instead of hardcoding it
  • Strips the v prefix so that e.g. pushing v8.4.0 produces phanan/koel:8.4.0 (matching existing convention)
  • Eliminates one manual update step when releasing a new version

Test plan

  • Push a v* tag and verify the release workflow produces correctly tagged Docker images

🤖 Generated with Claude Code

Instead of hardcoding the version in the release workflow, derive it
from the git tag that triggered the workflow. This eliminates one
manual step when releasing a new version.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@phanan phanan merged commit 1f8c344 into master Mar 6, 2026
2 checks passed
@phanan phanan deleted the derive-docker-tag-from-git-tag branch March 6, 2026 05:41
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