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

feat: Try earthly satellite

parent f56d9c69
No related branches found
No related tags found
No related merge requests found
Pipeline #19458 failed
include:
- local: 'images/.utils/gitlab-earthly.yaml'
container-build:
stage: build
extends: .earthly
parallel:
matrix:
- IMAGE:
- dovecot
- postfix
- koolbox
- synadm
- query-exposer
- findmydevice-server
- opentf
- cowsay
- spilo
image: earthly/earthly:v0.8.3
variables:
FORCE_COLOR: 1
EARTHLY_EXEC_CMD: "/bin/sh"
script:
- cd images/${IMAGE}
- |
if [ -n "$CI_OCI_CACHE" ]; then
export ARGS="${ARGS} --remote-cache=$CI_OCI_CACHE"
fi
- |
if [ $CI_COMMIT_BRANCH = $CI_DEFAULT_BRANCH ]; then
export BUILD_ARGS="${BUILD_ARGS} --latest=true"
else
export BUILD_ARGS="${BUILD_ARGS} --tag=$CI_COMMIT_REF_SLUG --latest=false"
fi
- earthly --ci --use-inline-cache --save-inline-cache --allow-privileged --push ${ARGS} +container --registry=quay.io/shivering-isles/${IMAGE} ${BUILD_ARGS}
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
- images/${IMAGE}/.release
- if: '$FORCE_BUILD_IMAGE == $IMAGE'
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
paths:
- images/${IMAGE}/**/*
- images/.utils/*
- images/mirror/*
- images/tools/*
compare_to: main
- earthly --org earthly-5846 --sat sat01 --ci --push -P +images
tags:
- kubernetes
\ No newline at end of file
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