google-github-actions / deploy-cloudrun

A GitHub Action for deploying services to Google Cloud Run.
https://cloud.google.com/run
Apache License 2.0
467 stars 115 forks source link

Always update traffic if tag_traffic or revision_traffic is given #535

Closed sethvargo closed 3 months ago

sethvargo commented 3 months ago

Closes #533

This could potentially be a breaking change for anyone using a step that had an image or source with a tag_traffic or revision_traffic. Previously this would not re-deploy, but now it does.