Skip to content

fix(ci): retarget release GHCR image to our own org namespace - #5

Merged
asachs01 merged 1 commit into
mainfrom
fix/ghcr-release-namespace
Sep 8, 2026
Merged

fix(ci): retarget release GHCR image to our own org namespace#5
asachs01 merged 1 commit into
mainfrom
fix/ghcr-release-namespace

Conversation

@asachs01

@asachs01 asachs01 commented Sep 8, 2026

Copy link
Copy Markdown

Summary

  • release.yml's image publish step was still hardcoded to ghcr.io/corebunch/instatic (upstream's own package name), unmodified since this repo was forked -- a real v*.*.* tag push would have tried to publish into a namespace we don't own instead of landing anywhere we control.
  • Computed the image path from github.repository, lowercased, following the same fix already shipped in WYRE-AI/conduit's deploy.yml after that repo's own org move broke an equivalent case-sensitive/hardcoded ref.

Test plan

  • YAML validated (python3 -c "import yaml; yaml.safe_load(...)")
  • No live tag push exercised this change (release.yml only triggers on v*.*.* tags, not on PRs) -- next real version tag will be the first live exercise of the fixed path.

Context: part of the instatic-plugins investigation (task_1788833699913_71019278), authorized by boss for this fork/CI without needing Aaron.

Generated with Claude Code


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

release.yml's docker/metadata-action was still hardcoded to
ghcr.io/corebunch/instatic (upstream's own package), unmodified since
this repo was forked. A real tag-triggered release would have tried
to publish into a namespace we don't own instead of landing anywhere
we control.

Computed the image path from github.repository, lowercased, using the
same fix already shipped in WYRE-AI/conduit's deploy.yml after that
repo's own org move broke an equivalent hardcoded/case-sensitive ref.
@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 464789ad-203f-489b-b08a-5989e0bd9395


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@asachs01
asachs01 merged commit 03f1f44 into main Sep 8, 2026
4 of 5 checks passed
@asachs01
asachs01 deleted the fix/ghcr-release-namespace branch September 8, 2026 04: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