Skip to content

Commit a72420c

Browse files
authored
feat: adds root blueprint (#3)
1 parent 5c08d73 commit a72420c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

blueprint.cue

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: "1.0"
2+
global: ci: {
3+
local: [
4+
"^check.*$",
5+
"^build.*$",
6+
"^test.*$",
7+
"^release.*$",
8+
"^publish.*$",
9+
]
10+
registries: [
11+
"ghcr.io/input-output-hk/catalyst-forge-playground",
12+
]
13+
providers: github: registry: "ghcr.io"
14+
tagging: {
15+
strategy: "commit"
16+
}
17+
}

0 commit comments

Comments
 (0)