mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
feat: add CI Component template
This commit is contained in:
parent
533bd2eef5
commit
4e039a6b92
4 changed files with 49 additions and 6 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue