diff --git a/blueprint.cue b/blueprint.cue new file mode 100644 index 0000000..5a2f944 --- /dev/null +++ b/blueprint.cue @@ -0,0 +1,17 @@ +version: "1.0" +global: ci: { + local: [ + "^check.*$", + "^build.*$", + "^test.*$", + "^release.*$", + "^publish.*$", + ] + registries: [ + "ghcr.io/input-output-hk/catalyst-forge-playground", + ] + provider: github: registry: "ghcr.io" + tagging: { + strategy: "commit" + } +}