Summary
The user is trying to push a Docker image using a GitHub action but is having trouble authenticating with Google Cloud via a service account key and the GCP CLI. They are looking for a working example of this process and express confusion about needing to authenticate before running earthly, rather than inside the container.
nacho
e
my confusion is that i was trying to auth inside my container when i really need to do it before running earthly. not sure this is clear in the docs.
e
I'm trying to push a docker image up from my satellite when called from a github action. I haven't been able to successfully authenticate with Google cloud using a service account key and the gcp cli. Does anyone have a working example of this?