Skip to content

ci: remove broken GHCR cleanup job#228

Merged
The127 merged 1 commit intomainfrom
fix/remove-broken-ghcr-cleanup
Mar 19, 2026
Merged

ci: remove broken GHCR cleanup job#228
The127 merged 1 commit intomainfrom
fix/remove-broken-ghcr-cleanup

Conversation

@The127
Copy link
Owner

@The127 The127 commented Mar 19, 2026

Summary

  • Removes the cleanup-old-dev-builds job from the CI pipeline
  • The ghcr-cleanup-action uses DELETE /users/{user}/packages/... which only works for org-owned packages, not user-owned ones — The127 is a user account, so this always 404s

Test plan

  • Verify CI pipeline completes without the cleanup step failing

The ghcr-cleanup-action uses DELETE /users/{user}/packages/... which
only works for org packages, not user packages. The 127 is a user
account so this always 404s. Remove the non-functional job.
Copilot AI review requested due to automatic review settings March 19, 2026 12:00
@The127 The127 enabled auto-merge March 19, 2026 12:01
@The127 The127 merged commit bba0ee7 into main Mar 19, 2026
8 of 9 checks passed
@The127 The127 deleted the fix/remove-broken-ghcr-cleanup branch March 19, 2026 12:01
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

Removes a failing GHCR cleanup job from the Go CI workflow, aligning the pipeline with the fact that the cleanup action’s delete endpoint doesn’t work for user-owned packages in this setup.

Changes:

  • Removed the cleanup-old-dev-builds job from the CI pipeline.
  • Leaves image build/push (container-build) intact so CI on main can complete successfully.

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