We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6449f22 commit 37b509eCopy full SHA for 37b509e
.gitlab/ci/container-build.gitlab-ci.yml
@@ -29,7 +29,8 @@
29
build_image
30
$image
31
$CI_PIPELINE_ID
32
- "--output type=registry,push-by-digest=true --metadata-file manifest-${CI_JOB_ID}.json"
+ "--output type=registry,push-by-digest=true --metadata-file manifest-${CI_JOB_ID}.json
33
+ --cache-to type=registry,ref=ghcr.io/code0-tech/reticulum/ci-cache "
34
""
35
artifacts:
36
paths:
support/helpers.sh
@@ -40,6 +40,7 @@ function build_image() {
40
-t "ghcr.io/code0-tech/reticulum/ci-builds/$image$reticulum_push_tag" \
41
-f "container/$image/Dockerfile" \
42
--build-arg RETICULUM_IMAGE_TAG=$reticulum_tag \
43
+ --cache-from type=registry,ref=ghcr.io/code0-tech/reticulum/ci-cache \
44
$build_args \
45
.
46
}
0 commit comments