Skip to content

Instantly share code, notes, and snippets.

@koisose
Created June 18, 2024 12:25
Show Gist options
  • Save koisose/25cbd702d13b422edbfe4c3301bae5ba to your computer and use it in GitHub Desktop.
Save koisose/25cbd702d13b422edbfe4c3301bae5ba to your computer and use it in GitHub Desktop.
how to push to gitlab registry
podman login registry.gitlab.com
podman build --ulimit=nofile=131072:1048576 -t registry.gitlab.com/<gitlab username>/<repo name on gitlab> .
podman push registry.gitlab.com/<gitlab username>/<repo name on gitlab>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment