feat: add CI Component template

This commit is contained in:
TECHNOFAB 2024-09-11 15:03:42 +00:00
parent 533bd2eef5
commit 4e039a6b92
4 changed files with 49 additions and 6 deletions

View file

@ -40,7 +40,9 @@ which can be imported in multiple projects.
```yaml
# .gitlab-ci.yml
include:
- project: TECHNOFAB/nix-gitlab-ci
ref: main
file: gitlab-ci.yml
- component: gitlab.com/TECHNOFAB/nix-gitlab-ci/nix-gitlab-ci@0.2.0
inputs:
# specify inputs here, for example:
image_tag: latest-cachix
```