Fixed a typo
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
ad253fb02b
commit
ff6458ea2e
|
@ -241,7 +241,7 @@ impl From<reqwest::Error> for DeliveryErrorKind {
|
||||||
e if e.is_decode() => {
|
e if e.is_decode() => {
|
||||||
RetriableRemoteDeliveryError::ResponseParse(format!("{:?}", e)).into()
|
RetriableRemoteDeliveryError::ResponseParse(format!("{:?}", e)).into()
|
||||||
}
|
}
|
||||||
e if e.s_builder() => InvalidDeliveryTaskError::Reqwest(format!("{:?}", e)).into(),
|
e if e.is_builder() => InvalidDeliveryTaskError::Reqwest(format!("{:?}", e)).into(),
|
||||||
e => RetriableRemoteDeliveryError::GenericReqwest(format!("{:?}", e)).into(),
|
e => RetriableRemoteDeliveryError::GenericReqwest(format!("{:?}", e)).into(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue