Skip to content

Commit e35789c

Browse files
committed
set cache forcibly to v0.2.4
1 parent 6b0683e commit e35789c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/build_docker_image.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pub fn build_docker_image(
202202
"--cache-from",
203203
&format!(
204204
"type=registry,ref={}",
205-
target.image_name(&repository, "main")
205+
target.image_name(&repository, "0.2.4")
206206
),
207207
]);
208208
}

0 commit comments

Comments
 (0)