CI: Add identify-runner step for publish images (#59827)

Add missing identify-runner step
This commit is contained in:
Dimitris Sotirakis
2022-12-05 09:49:33 -05:00
committed by GitHub
parent 32309a8373
commit 7deaeb0f9e
2 changed files with 15 additions and 1 deletions
@@ -1,5 +1,6 @@
load(
'scripts/drone/steps/lib.star',
'identify_runner_step',
'download_grabpl_step',
'publish_images_step',
'compile_build_cmd',
@@ -17,6 +18,7 @@ def publish_image_steps(edition, mode, docker_repo):
if edition == 'oss':
additional_docker_repo='grafana/grafana-oss'
steps = [
identify_runner_step(),
download_grabpl_step(),
compile_build_cmd(),
fetch_images_step(edition),