Skip to content

Instantly share code, notes, and snippets.

@Luvgreed
Created January 8, 2018 04:12
Show Gist options
  • Save Luvgreed/967fb7a27eafa1715458d2c92168573f to your computer and use it in GitHub Desktop.
Save Luvgreed/967fb7a27eafa1715458d2c92168573f to your computer and use it in GitHub Desktop.
docker login registry.gitlab.com
docker build -t registry.gitlab.com/<path>/<image_name>:<tag> .
docker push registry.gitlab.com/<path>/<image_name>:<tag>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment