Move container images from Codeberg to registry.marvin8.zone #51
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?
Codeberg is introducing container image limits, making it an unreliable push target. WuMing's container images need to move to Marvin8's own OCI registry (zot) at registry.marvin8.zone.
This covers:
Approach: Replace Codeberg container targets with registry.marvin8.zone. Keep Docker Hub as manual mirror via justfile. Add workflow_dispatch CI job using Forgejo Actions OIDC (no stored secrets needed). Only image: and docker:// refs change — uses: https://codeberg.org/marvin8/wuming@main stays as-is everywhere.
Files:
Branch: feat/issue-51-registry-migration
Commits:
PR: fj pr create --base main --head feat/issue-51-registry-migration -r marvin8/wuming --body "Closes #51"