Docker
Building Docker Images
- Go to a directory with a Dockerfile
- Login to Gitlab registry:
docker login registry.gitlab.com( uninen / 'Docker Registry Key' entry from 1Password) - Build the new image:
docker build -t registry.gitlab.com/uninen/unessanet:0.4 . - Upload the new image:
docker push registry.gitlab.com/uninen/unessanet:0.4
For more, see Gitlab Container Registry documentation