CI: Build pre-release artifacts in GhA on merge to release branches and main. (#106779)
* Add grafana-build action and workflow * Fix the --verify flag stalling on tar.gz builds * Add event sources for main / release branches * Update CODEOWNERS
This commit is contained in:
@@ -34,8 +34,9 @@ func Verify(
|
||||
service := d.Container(dagger.ContainerOpts{
|
||||
Platform: platform,
|
||||
}).
|
||||
WithMountedTemp("/var/lib/grafana/plugins").
|
||||
WithMountedTemp("/var/lib/grafana/plugins", dagger.ContainerWithMountedTempOpts{}).
|
||||
Import(image).
|
||||
WithEnvVariable("GF_LOG_LEVEL", "error").
|
||||
WithExposedPort(3000)
|
||||
|
||||
// TODO: Add LICENSE to containers and implement validation
|
||||
|
||||
Reference in New Issue
Block a user