Ubuntu – Deploy Docker Image Hosted On Github Package Registry To Google Kubernetes Engine
So we have a private package registry in github that hosts our docker images. Now I want to use those images for deployment into GKE. Here is a sample of my github action workflow so far. name: Deploy API Deployments…