ci: fix oci image used for dog fooding & forks

This commit is contained in:
Skryta Istota 2025-11-30 14:14:14 +01:00 committed by technofab
parent d0662e3185
commit 96e6fe59bf
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -55,3 +55,5 @@ stages:
- build-images
- build
- trigger
variables:
NIX_CI_IMAGE: $CI_REGISTRY_IMAGE/nix-ci:$CI_COMMIT_SHORT_SHA

View file

@ -10,6 +10,7 @@ in
# the child pipeline can then use the built images to test them
extraData = {
stages = ["build-images" "build" "trigger"];
variables.NIX_CI_IMAGE = "$CI_REGISTRY_IMAGE/nix-ci:$CI_COMMIT_SHORT_SHA";
"build:image" = {
stage = "build-images";
parallel.matrix = [