[v10.0.x] G10: Post docker pull commands for local testing (#67489) (#68686)

* 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

(cherry picked from commit 26bacf6d4c)

# Conflicts:
#	.drone.yml

* Update grabpl to v3.0.36
This commit is contained in:
Dimitris Sotirakis
2023-05-22 09:47:53 +02:00
committed by GitHub
parent a8acaa3681
commit 996b4c30c2
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,
),
],
)