You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnErr=fmt.Errorf("failed to set credsStore: %w", err)
}
}
})
returnreturnErr
}
If ds.setCredsStoreOnce fails on the first call to Put, the subsequent calls to Put will never attempt to set the credential store again but return success.
The text was updated successfully, but these errors were encountered:
In the following code block:
oras-go/registry/remote/credentials/store.go
Lines 136 to 152 in 8d139f0
If
ds.setCredsStoreOnce
fails on the first call toPut
, the subsequent calls toPut
will never attempt to set the credential store again but return success.The text was updated successfully, but these errors were encountered: