CI: Add PrereleaseBucket field in versions.go (#64519)

Add PrereleaseBucket in versions.go
This commit is contained in:
Dimitris Sotirakis 2023-03-09 16:00:38 +02:00 committed by GitHub
parent 46ab9e9252
commit 29b3f3fbf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,7 @@ var Versions = VersionMap{
Alpine,
Ubuntu,
},
PrereleaseBucket: "grafana-prerelease/artifacts/docker",
},
Buckets: Buckets{
Artifacts: "grafana-downloads",