We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6045a commit e8db292Copy full SHA for e8db292
Makefile
@@ -36,12 +36,14 @@ build-image:
36
build-release-image:
37
DOCKER_BUILDKIT=1 docker build \
38
--build-arg BUILDKIT_INLINE_CACHE=1 \
39
+ --cache-from $(REPO_URL):$(BUILD_GO_CACHE_TAG) \
40
--target go-builder \
41
--tag $(IMAGE_NAME):$(BUILD_GO_CACHE_TAG) \
42
.
43
44
45
46
+ --cache-from $(REPO_URL):$(BUILD_RUST_CACHE_TAG) \
47
--target rust-builder \
48
--tag $(IMAGE_NAME):$(BUILD_RUST_CACHE_TAG) \
49
0 commit comments