mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix: use new format of specifying version
This commit is contained in:
parent
586fb88b9d
commit
786abd917c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
include:
|
||||
- component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/nix-gitlab-ci@$CI_COMMIT_SHA
|
||||
inputs:
|
||||
image_tag: $CI_COMMIT_SHORT_SHA
|
||||
variables:
|
||||
NIX_CI_VERSION: $CI_COMMIT_SHORT_SHA
|
||||
stages:
|
||||
- build-images
|
||||
- build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue