Skip to content

Commit bd817ff

Browse files
committed
chore: adds tag aliases
1 parent a72420c commit bd817ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

blueprint.cue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ global: ci: {
1212
]
1313
providers: github: registry: "ghcr.io"
1414
tagging: {
15+
aliases: {
16+
"go": "examples/go"
17+
"rust": "examples/rust"
18+
}
1519
strategy: "commit"
1620
}
1721
}

0 commit comments

Comments
 (0)