mirror of
https://github.com/moby/buildkit.git
synced 2026-06-30 19:57:39 +00:00
remotecache: proper exporter naming for gha, s3 and azblob
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
2
cache/remotecache/azblob/exporter.go
vendored
2
cache/remotecache/azblob/exporter.go
vendored
@@ -54,7 +54,7 @@ type exporter struct {
|
||||
}
|
||||
|
||||
func (ce *exporter) Name() string {
|
||||
return "exporting cache to azure blob store"
|
||||
return "exporting cache to Azure Blob Storage"
|
||||
}
|
||||
|
||||
func (ce *exporter) Finalize(ctx context.Context) (map[string]string, error) {
|
||||
|
||||
2
cache/remotecache/gha/gha.go
vendored
2
cache/remotecache/gha/gha.go
vendored
@@ -91,7 +91,7 @@ func NewExporter(c *Config) (remotecache.Exporter, error) {
|
||||
}
|
||||
|
||||
func (*exporter) Name() string {
|
||||
return "exporting to GitHub cache"
|
||||
return "exporting to GitHub Actions Cache"
|
||||
}
|
||||
|
||||
func (ce *exporter) Config() remotecache.Config {
|
||||
|
||||
2
cache/remotecache/s3/s3.go
vendored
2
cache/remotecache/s3/s3.go
vendored
@@ -162,7 +162,7 @@ type exporter struct {
|
||||
}
|
||||
|
||||
func (*exporter) Name() string {
|
||||
return "exporting cache to s3"
|
||||
return "exporting cache to Amazon S3"
|
||||
}
|
||||
|
||||
func (e *exporter) Config() remotecache.Config {
|
||||
|
||||
Reference in New Issue
Block a user