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

ci(earthly): Enable latest pushes

parent ed51b45e
No related branches found
No related tags found
No related merge requests found
Pipeline #19476 failed
......@@ -3,12 +3,16 @@ include:
container-build:
extends: .earthly-cloud
variables:
EARTHLY_USE_INLINE_CACHE: "true"
script:
- earthly --use-inline-cache --save-inline-cache --ci +images
- 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: "${BUILD_ARGS} --latest=true"
changes:
paths:
- images/**/*
......
......@@ -4,5 +4,6 @@
variables:
FORCE_COLOR: 1
EARTHLY_EXEC_CMD: "/bin/sh"
EARTHLY_CI: "true"
tags:
- kubernetes
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment