consider exposing the docker_registry option
TL;DR
cloud functions v1 uses container registry by default. container registry is being deprecated in favor of artifact registry. the gcloud functions deploy command has an option --docker-registry to control that. i'd like to be able to set that flag from the github action deploy-cloud-functions
Detailed design
No response
Additional information
No response
scanning the source, it looks like this option is already supported, perhaps just not documented in the readme.
scanning the source, it looks like this option is already supported, perhaps just not documented in the readme.
sorry if it's a noob question: where in the YML file we should specify the option of docker-registry?
i think i was referring to the documentation in the readme.