G10: Post docker pull commands for local testing (#67489)

* Add grabpl publish images

Update grabpl - add github pr token

* Replace github_pr_token with gh app

# Conflicts:
#	.drone.yml
#	scripts/drone/vault.star

# Conflicts:
#	.drone.yml

# Conflicts:
#	.drone.yml

* Lint starlark

Add forgotten secrets

Lint starlark

Change secrets

* Update grabpl to v3.0.35

* Lint starlark

* Remove unnecessary secrets
This commit is contained in:
Dimitris Sotirakis
2023-05-17 17:57:37 +02:00
committed by GitHub
parent 416e347e70
commit 26bacf6d4c
3 changed files with 90 additions and 33 deletions
+14
View File
@@ -145,6 +145,20 @@ def build_e2e(trigger, ver_mode):
],
edition = edition,
),
build_docker_images_step(
archs = [
"amd64",
],
edition = edition,
ubuntu = True,
),
publish_images_step(
docker_repo = "grafana",
edition = edition,
mode = "",
trigger = trigger_oss,
ver_mode = ver_mode,
),
],
)