rickub/rickub-projectpublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/rickub/rickub-project.git
git clone ssh://git@rickub.com/rickub/rickub-project.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/rickub-project .
docker push registry.rickub.com/rickub/rickub-project

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.