Seth Vargo
Seth Vargo
Yea, it matches untagged images too.
I think the core of the issue is: > the keep logic includes the untagged images as well... And what the _right_ behavior is here. In my head, "keep" means...
Hi @igoooor Docker multi-build doesn't seem to be well-supported, and there hasn't been much demand. I'll accept a community contribution for this feature, but it's not a core priority for...
I don't have a great way to automate this today, but I agree it would be good to do.
There's not a great way for me to automate this today, because of org policy constraints. For terraform, you can `taint` the resource which will trigger a new deployment.
GitHub Actions inputs can only be strings. This is a limitation of GitHub Actions, not the deploy-cloud-functions action. As such you can pass multiple values in as a comma-separated list...
Hi @jwilksy Cloud Functions are still in Preview (https://cloud.google.com/functions/docs/2nd-gen/overview).
Does your deployment service account have permissions to "read" the Cloud Function? The GitHub Action has to check whether the function exists, then decides which API method to call. If...
Yea, I'm going to re-open this. We shouldn't be swallowing the entire error. We should catch the error and check its type, and spit out a message like "did not...
Hi @yujinakayama Thank you for opening an issue. I spent some time digging into this, and I think this is a bug in the [upstream ignore library](https://www.npmjs.com/package/ignore). I was able...