feat: move to after package
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-12-01 21:42:58 +01:00
parent bcdfaf2b2d
commit 88a467780c
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -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()),
))); )));