You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Error creating Service: googleapi: Error 400: spec.template.spec.containers[0].image: Expected an image path like [host/]repo-path[:tag and/or @digest], where host is one of [region.]gcr.io, [region-]docker.pkg.dev or docker.io but obtained ghcr.io/mattn/terraform-provier-ko-example/github.com/ko-build/terraform-provider-ko/cmd/test@sha256:1c084931f385ea9a5dabb8ed079c1633dbb509c21c9d292f53e551394ddac53a
What is wrong?
The text was updated successfully, but these errors were encountered:
This error message is (cryptically) telling you that Cloud Run only supports deploying images on GCP's Artifact Registry or (legacy) GCR. Pushing the image to GHCR won't work, unfortunately.
If you try this with a GAR/GCR repo and it doesn't work, please let me know!
I'm trying provider-examples/cloudrun but
What is wrong?
The text was updated successfully, but these errors were encountered: