Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
bcdfaf2b2d
commit
88a467780c
@ -43,7 +43,7 @@ pub trait DockerCacheExt {
|
|||||||
|
|
||||||
impl DockerCacheExt for RustService {
|
impl DockerCacheExt for RustService {
|
||||||
fn with_docker_cache(&mut self) -> &mut Self {
|
fn with_docker_cache(&mut self) -> &mut Self {
|
||||||
self.with_stage(super::RustServiceStage::AfterRelease(Arc::new(
|
self.with_stage(super::RustServiceStage::AfterPackage(Arc::new(
|
||||||
DockerCache::new(self.client.clone(), self.bin_name.clone()),
|
DockerCache::new(self.client.clone(), self.bin_name.clone()),
|
||||||
)));
|
)));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user