Skip to content

fix: sanitize branch name for OCI tags in runWorkflow#285

Merged
danielkov merged 1 commit intomainfrom
fix/sanitize-branch-name-for-oci-tags-runworkflow
Jan 29, 2026
Merged

fix: sanitize branch name for OCI tags in runWorkflow#285
danielkov merged 1 commit intomainfrom
fix/sanitize-branch-name-for-oci-tags-runworkflow

Conversation

@AshGodfrey
Copy link
Copy Markdown
Contributor

@AshGodfrey AshGodfrey commented Jan 29, 2026

Summary

  • Apply SanitizeBranchName to the branch name in runWorkflow.go:410 before using it as an OCI tag
  • This matches the fix already applied to release.go:248
  • Fixes OCI registry tagging failures when running workflows manually with branch names containing slashes (e.g., releases/2025.01)

Apply the same SanitizeBranchName fix to runWorkflow.go that was
already applied to release.go. This fixes OCI registry tagging
failures when running workflows manually with branch names containing
slashes (e.g., releases/2025.01).

Fixes #283

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@AshGodfrey AshGodfrey requested a review from a team as a code owner January 29, 2026 12:05
@danielkov danielkov merged commit e0d38ca into main Jan 29, 2026
2 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