Use grafana/grafana-build:dev-bd41660
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
...
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user