CI: fix docker tag format on main branch and missing dependency on ci-frontend-metrics.sh (#74753)

* On main, set the docker tag format to be the same as it is in PRs

* Install bash when trying to push frontend metrics
This commit is contained in:
Kevin Minehart
2023-09-12 19:05:02 +03:00
committed by GitHub
parent e9a12598db
commit 9221822dfe
3 changed files with 12 additions and 4 deletions
+1
View File
@@ -633,6 +633,7 @@ def frontend_metrics_step(trigger = None):
},
"failure": "ignore",
"commands": [
"apk add --update bash",
"./scripts/ci-frontend-metrics.sh | ./bin/build publish-metrics $${GRAFANA_MISC_STATS_API_KEY}",
],
}