Repo still lives under coilysiren while its image publishes to coilyco-bridge #111
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
burndown-2026-06
burndown-2026-08
icebox
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilysiren/website#111
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observed
The container package is published at
forgejo.coilysiren.me/coilyco-bridge/website, whichcoilyco-bridge/deploypulls. The repository is still atcoilysiren/website.coilyco-bridge/websiteis a 404 as a repository.So the image already sits at the post-migration home and the repo did not
follow.
Why it surfaced
coilyco-bridge/deployreconciles image pins by deriving the source repo fromthe image path, which is
owner/repoby convention. This repo breaks thatconvention, so its pin cannot be watched:
Before coilyco-bridge/deploy#410 that was
silent. It is now reported by name and deferred every tick, which is better but
still means the deployed pin never advances on its own.
Wanted
Migrate the repository to
coilyco-bridge/websiteso it matches the image andthe rest of the fleet. The image path needs no change, since it is already
correct.
The deploy side needs no change either. Once the repo resolves, the reconciler
picks it up with no further edit.