feat: actually set registry
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -19,7 +19,7 @@ pub struct Releaser {
|
||||
|
||||
impl Releaser {
|
||||
pub fn with_registry(&mut self, registry: impl Into<String>) -> &mut Self {
|
||||
self.service = registry.into();
|
||||
self.registry = registry.into();
|
||||
|
||||
self
|
||||
}
|
||||
|
Reference in New Issue
Block a user