fix(oci): drop image.source label causing dual-org package listing #15
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/drop-oci-source-label"
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?
The
org.opencontainers.image.sourcelabel pointed at psa-systems/mokosh-server, while images are pushed to the psa-systems-private org. Forgejo links packages back to the source repo via this label, so each push surfaced the package under both orgs. No private repo exists yet to repoint the label at, so remove it entirely; the package will live in psa-systems-private only.Existing images keep the old label until rebuilt or deleted from the registry.