We work with a remote EKS where all of our images reside in. When we're running Skaffold it checks the gitlab registry cache and if there's a cached image it will always pull it locally and then deploy it remotely to the EKS.
Is there a way to let skaffold deploy it directly to the EKS without pulling it locally first?