How to access build id created by cloud run in apphosting.yml file and expose it to next.js application
I have a requirement to print build number(build id) in next.js project. How do I access it in apphosting yml file and expose it through environment variable.
1
vote