Seth Vargo
Seth Vargo
Hi all - users should prefer the native Google Artifact Registry functionality instead of gcr-cleaner. We are only fixing bugs and security issues in gcr-cleaner now that there's a native...
Hi @basit511 - that's because `GoogleCloudPlatform/github-actions/setup-gcloud@main` does not exist. The GitHub action is `google-github-actions/setup-gcloud@v2`. Where did you find `GoogleCloudPlatform/github-actions/setup-gcloud@main`?
Hi @templarfelix - this GitHub Action runs `gcloud` under the hood, and that error is coming from gcloud. Are you trying to define a Cloud Run _job_ instead of a...
I think this makes sense - we currently only support metadata for _service_ definitions.
We are using Typescript, but I don't think it's the same as #820, as there _is_ a `version` property in the package.json. Also, the build is _succeeding_, it just has...
Yes and same node version too. Deps are installed via "npm ci" and the lines in the compiled code are NOT in the package.json. I've confirmed this my echoing the...
I don't think so, because the difference _only_ occurs with `ncc` - `npm ci` and `npm install` do not generate a different lock.
@rethab sure - I spent some time to remove all irrelevant code in my fork: https://github.com/sethvargo/get-gke-credentials/runs/4888123729. The repo is on `main`.
Hi @rethab Thank you for looking into this. Running `npm ci` on my Mac produces no git diff. If I clone a fresh https://github.com/sethvargo/get-gke-credentials and run `npm ci`, there are...
Hi @rethab thanks for the reply. I think GitHub or your email client did something odd. The command came in as `npx ***@***.*** ci` Don't worry about replying until you're...