You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for Grafana React image with org-based default
* add bundle
* allow internal repos to opt out
* fix logic for internal repos
* test node24
* use hardcoded image
* use new name
* rename input
* use boolean
* improve boolean input handling
* remove default value
* use getinput instead of env var
Copy file name to clipboardExpand all lines: e2e-version/action.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ inputs:
7
7
required: false
8
8
description: 'Optionally, you can skip the Grafana dev image'
9
9
type: boolean
10
+
skip-grafana-react-19-preview-image:
11
+
required: false
12
+
description: 'Skip the Grafana React 19 preview image (e.g., grafana/grafana:dev-preview-react19). Defaults to false (include) for Grafana org repositories, true (skip) for others. Can be explicitly overridden.'
0 commit comments