Skip to content

Commit f1520cf

Browse files
committed
Cache the base Rust image
1 parent 6ee85a5 commit f1520cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab/ci/setup_images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ setup-image-rust:
2929
--frontend dockerfile.v0 \
3030
--local context=.gitlab/images/rust \
3131
--local dockerfile=.gitlab/images/rust \
32+
--import-cache type=registry,ref=$RUST_IMAGE \
33+
--export-cache type=inline \
3234
--output type=image,name=$RUST_IMAGE,push=true

0 commit comments

Comments
 (0)