How can I securely push from a GitLab Runner KubernetesExecutor pod to a private container registry?
问题 Goal Build a CI/CD pipeline multiple GitLab repositories with a certain project structure can make use of. For this, a Docker container with Python code is built and subsequently securely pushed to Google Cloud's Container Registry. Set up KubernetesExecutor is installed on Kubernetes Engine using the Helm chart as provided by GitLab. The base image for the build process ( runners.image in the values.yaml ) is a custom one as this helps automatically containerising the provided repository.