Skip to content
Discussion options

You must be logged in to vote

You are doing everything correctly regarding the LABEL org.opencontainers.image.source and token setup, but there’s an important detail:
If you push the container image directly from the command line (using buildah/podman/docker), even with the LABEL set, the package will not be automatically linked to the repository. This is the expected behavior of GitHub Container Registry.

What’s happening:

The package appears in your account or organization’s global packages, but is not connected to any repository.
The LABEL org.opencontainers.image.source only adds metadata, but does not create the repository linkage automatically.
How to link the package to your repository:

Easiest way: Publish the…

Replies: 1 comment 1 reply

This comment was marked as off-topic.

@sector2000
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Packages Host your dependencies, libraries, and production-ready code, right from your repository Question Ask and answer questions about GitHub features and usage
2 participants