Chore: add missing build-id to the rgm-promotion step (#105814)

add missing build-id to the rgm-promotion step
This commit is contained in:
Denis Vodopianov
2025-05-22 12:55:35 +03:00
committed by GitHub
parent e841674745
commit ca0ac05b39
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -351,6 +351,7 @@ def rgm_promotion_pipeline():
"--grafana-ref=$${GRAFANA_REF} " +
"--enterprise-ref=$${ENTERPRISE_REF} " +
"--grafana-repo=$${GRAFANA_REPO} " +
"--build-id=$${DRONE_BUILD_NUMBER} " +
"--version=$${VERSION}",
], dagger_version),
"environment": rgm_env_secrets(env),