Use grafana/grafana-build:dev-dec7506
This commit is contained in:
@@ -3010,7 +3010,7 @@ steps:
|
||||
GPG_PUBLIC_KEY:
|
||||
from_secret: packages_gpg_public_key
|
||||
failure: ignore
|
||||
image: grafana/grafana-build:main
|
||||
image: grafana/grafana-build:dev-dec7506
|
||||
name: rgm-build
|
||||
volumes:
|
||||
- name: docker
|
||||
@@ -3068,7 +3068,7 @@ steps:
|
||||
GPG_PUBLIC_KEY:
|
||||
from_secret: packages_gpg_public_key
|
||||
failure: ignore
|
||||
image: grafana/grafana-build:main
|
||||
image: grafana/grafana-build:dev-dec7506
|
||||
name: rgm-build
|
||||
volumes:
|
||||
- name: docker
|
||||
@@ -4558,6 +4558,6 @@ kind: secret
|
||||
name: delivery-bot-app-private-key
|
||||
---
|
||||
kind: signature
|
||||
hmac: 4dab5540224fa874ec46cb062c8b89730b7b42bb9237ec3f4c02b469786966cf
|
||||
hmac: 5ff56da475af5dde19d69bc7b5db89bf64b50d6738091b926f17c8860b7eadd3
|
||||
|
||||
...
|
||||
|
||||
@@ -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-dec7506",
|
||||
"commands": [
|
||||
"export GRAFANA_DIR=$$(pwd)",
|
||||
"cd /src && ./scripts/{}".format(script),
|
||||
|
||||
Reference in New Issue
Block a user