Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save uratmangun/25cbd702d13b422edbfe4c3301bae5ba to your computer and use it in GitHub Desktop.
Save uratmangun/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