Gitlab-ci Index Page 1
Gitlab-CI Runner: sudo: no tty present and no askpass program specified
When you execute sudo on a gitlab-ci job you can get the folllowing error:
Gitlab-ci Index Page 1
How to push docker image to gitlab registry using gitlab CI
In this tutorial, we are going to explain how to automatically build and push docker images using gitlab CI. The tutorial will cover best practices and how to create a docker image with gitlab ci.