Skip to content

Commit 2661ebd

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix-push-oci
2 parents ae5fb69 + 00ee786 commit 2661ebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/auto/oci.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func setupHelm(ctx context.Context, ociDNS, ociUser, ociPass string, debug bool)
143143
false, // debug
144144
)
145145
if err != nil {
146+
logger.Log(ctx, slog.LevelError, "failed to create registry client")
146147
return nil, err
147148
}
148149
if err = regClient.Login(registryHost,

0 commit comments

Comments
 (0)