Use grafana/grafana-build:dev-bd41660

This commit is contained in:
Guilherme Caulada
2023-07-27 13:19:47 -03:00
parent 5d5519b435
commit c07b429e66
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -3008,7 +3008,7 @@ steps:
GPG_PUBLIC_KEY:
from_secret: packages_gpg_public_key
failure: ignore
image: grafana/grafana-build:main
image: grafana/grafana-build:dev-bd41660
name: rgm-build
volumes:
- name: docker
@@ -3064,7 +3064,7 @@ steps:
GPG_PUBLIC_KEY:
from_secret: packages_gpg_public_key
failure: ignore
image: grafana/grafana-build:main
image: grafana/grafana-build:dev-bd41660
name: rgm-build
volumes:
- name: docker
@@ -4560,6 +4560,6 @@ kind: secret
name: delivery-bot-app-private-key
---
kind: signature
hmac: 02436ad63fea0cc66112ef6d9fe06c47059419ecca7f52a0410f964f581da2b0
hmac: dca7d3bf3cbb6a45f45dfb3871d7d964f21b3bf36e8500c2749bf63841f10be5
...
+1 -1
View File
@@ -76,7 +76,7 @@ tag_trigger = {
def rgm_build(script = "drone_publish_main.sh"):
rgm_build_step = {
"name": "rgm-build",
"image": "grafana/grafana-build:main",
"image": "grafana/grafana-build:dev-bd41660",
"commands": [
"export GRAFANA_DIR=$$(pwd)",
"cd /src && ./scripts/{}".format(script),