ci: improve dogfooding by using the CI built images directly

This commit is contained in:
TECHNOFAB 2024-10-07 16:59:30 +00:00
parent 28072631e7
commit a22258583d
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,13 @@
include:
- component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/nix-gitlab-ci@$CI_COMMIT_SHA
inputs:
image_tag: $CI_COMMIT_SHORT_SHA
stages:
- build-images
- build
- trigger
build:image:
stage: build
stage: build-images
parallel:
matrix:
- VARIANT: ["", "-cachix", "-attic"]