fix(ci) Fixed downloading images from project forks for ci

Improved container image location guessing for repository forks.
This commit is contained in:
Skryta Istota 2025-11-30 14:14:14 +01:00
parent 0f9d0aae60
commit 8487c78246
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-images
- build - build
- trigger - 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 # the child pipeline can then use the built images to test them
extraData = { extraData = {
stages = ["build-images" "build" "trigger"]; stages = ["build-images" "build" "trigger"];
variables.NIX_CI_IMAGE = "$CI_REGISTRY_IMAGE/nix-ci:$CI_COMMIT_SHORT_SHA";
"build:image" = { "build:image" = {
stage = "build-images"; stage = "build-images";
parallel.matrix = [ parallel.matrix = [