How to pull GCR images from a GCE instance through GitHub Actions
I am implementing my GitHub Action workflow file which is supposed to update my docker images hosted on GCR, and then log into my GCE instance to pull the newly updated images with docker compose.
The problem is I am getting an error at docker compose pull :