grafana / shared-workflows

A public-facing, centralized place to store reusable workflows used by Grafana Labs.
GNU Affero General Public License v3.0
2 stars 12 forks source link

fix: add repository_name input to push-to-gar-docker #198

Closed ricky-undeadcoders closed 1 month ago

ricky-undeadcoders commented 1 month ago

In the event that the GAR includes a repo name that differs from the GitHub repository name, push-to-gar-docker will fail to authenticate.

To correct this I'm adding an optional input that allows us to set a different repo name which is used to construct the GAR to authenticate to.