We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c25115e + b87ed34 commit 8b8ce22Copy full SHA for 8b8ce22
1 file changed
cli/command/registry.go
@@ -20,6 +20,8 @@ import (
20
)
21
22
// EncodeAuthToBase64 serializes the auth configuration as JSON base64 payload.
23
+//
24
+// Deprecated: use [registrytypes.EncodeAuthConfig] instead.
25
func EncodeAuthToBase64(authConfig registrytypes.AuthConfig) (string, error) {
26
return registrytypes.EncodeAuthConfig(authConfig)
27
}
0 commit comments