Skip to content
Snippets Groups Projects
Verified Commit ab0c026a authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(earthly): Enable inline caching

parent 4ec19c7e
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ container-build: ...@@ -26,7 +26,7 @@ container-build:
else else
export BUILD_ARGS="${BUILD_ARGS} --tag=$CI_COMMIT_REF_SLUG --latest=false" export BUILD_ARGS="${BUILD_ARGS} --tag=$CI_COMMIT_REF_SLUG --latest=false"
fi fi
- earthly --ci --allow-privileged --push ${ARGS} +container --registry=quay.io/shivering-isles/${IMAGE} ${BUILD_ARGS} - earthly --ci --use-inline-cache --save-inline-cache --allow-privileged --push ${ARGS} +container --registry=quay.io/shivering-isles/${IMAGE} ${BUILD_ARGS}
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes: changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment