rickub/clipublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/rickub/cli.git
git clone ssh://git@rickub.com/rickub/cli.git

Container images

No images are bound to this repository yet.

Push your first image

docker login registry.rickub.com
docker build -t registry.rickub.com/rickub/cli .
docker push registry.rickub.com/rickub/cli

CI jobs push without a login step: the runner injects RICKUB_REGISTRY_TOKEN and auto-runs the login for registry.rickub.com. Pulls follow each image's visibility, not the repository's.