Skip to content

Commit

Permalink
chore: adds tag aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 18, 2024
1 parent a72420c commit bd817ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ global: ci: {
]
providers: github: registry: "ghcr.io"
tagging: {
aliases: {
"go": "examples/go"
"rust": "examples/rust"
}
strategy: "commit"
}
}

0 comments on commit bd817ff

Please sign in to comment.