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 b9de8eb commit cfdfb77Copy full SHA for cfdfb77
.gitlab/ci/container-build.gitlab-ci.yml
@@ -49,7 +49,13 @@
49
build_image
50
$image
51
$CI_PIPELINE_ID
52
- "--build-arg VARIANT=$VARIANT --output type=registry,push-by-digest=true --metadata-file manifest-${CI_JOB_ID}.json"
+ "
53
+ --build-arg VARIANT=$VARIANT
54
+ --output type=registry,push-by-digest=true
55
+ --metadata-file manifest-${CI_JOB_ID}.json
56
+ --cache-to type=registry,ref=ghcr.io/code0-tech/reticulum/ci-cache:${image}-${VARIANT}-${PLATFORM}
57
+ --cache-from type=registry,ref=ghcr.io/code0-tech/reticulum/ci-cache:${image}-${VARIANT}-${PLATFORM}
58
59
""
60
artifacts:
61
paths:
0 commit comments