When Gitlab CI, Docker and Golang play well together
Say you have a golang project that you will deploy with Docker. You need to build Docker images. You will use Gitlab-CI to automate this task for free. And use the free Gitlab Docker registry. But you want to know exactly what code you’re running, not just what Docker tag.