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

ci(earthly): Drop remote caching in earthly cloud

parent 62335fc8
No related branches found
No related tags found
No related merge requests found
Pipeline #19576 passed
......@@ -3,15 +3,12 @@ include:
container-build:
extends: .earthly-cloud
variables:
EARTHLY_USE_INLINE_CACHE: "true"
script:
- earthly +images ${BUILD_ARGS}
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
variables:
EARTHLY_PUSH: "true"
EARTHLY_SAVE_INLINE_CACHE: "true"
BUILD_ARGS: "--latest=true"
changes:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment