Created
June 18, 2024 12:25
-
-
Save koisose/25cbd702d13b422edbfe4c3301bae5ba to your computer and use it in GitHub Desktop.
how to push to gitlab registry
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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