How to integrate gitlab cicd, kankio-executor and ssh keys to build an image using Dockerfile
I want to build my golang project image using git cicd and kankio. The problem is my golang project has some private git repo dependencies which require ssh key during go mod download or go build. What I am doing…