Skip to content

Commit

Permalink
feat: adds root blueprint (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman authored Sep 18, 2024
1 parent 5c08d73 commit a72420c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions blueprint.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: "1.0"
global: ci: {
local: [
"^check.*$",
"^build.*$",
"^test.*$",
"^release.*$",
"^publish.*$",
]
registries: [
"ghcr.io/input-output-hk/catalyst-forge-playground",
]
providers: github: registry: "ghcr.io"
tagging: {
strategy: "commit"
}
}

0 comments on commit a72420c

Please sign in to comment.