Getting odd error in Github Actions trying to depl...
# 🌱|help-and-getting-started
e
Getting this odd error:
Copy code
Unable to run docker command: An error occurred while trying to run '/github/home/.garden/tools/docker/e9744f1ea7f84408/docker/docker' (spawn /github/home/.garden/tools/docker/e9744f1ea7f84408/docker/docker ENOENT). Please make sure '/github/home/.garden/tools/docker/e9744f1ea7f84408/docker/docker' is installed and in the $PATH.
Upgrading our Github actions build pipeline which pushes to Google Artifact Registry and deploys to GKE. This worked very well for over 2 years using 0.12. Somehow after upgrading to 0.13, I'm getting the above error. That seems like a garden managed path so not sure why the docker executable is missing? Could this be a cached path from 0.12 somehow? Any help appreciated! Using
gardendev/garden-gcloud:bonsai-alpine
as the build container.
This turned out to be Google Artifact Repository permissions issue -
--log-level=silly
helped me figure that out. Not a garden issue at all.
c
Glad to hear @eager-yacht-45658, feel free to reach out if you have any other question or issue! 🙂
7 Views