diff --git a/blueprint.cue b/blueprint.cue index 6f13dd66..01be3eb7 100644 --- a/blueprint.cue +++ b/blueprint.cue @@ -28,6 +28,11 @@ global: { github: registry: "ghcr.io" } - tagging: strategy: "commit" + tagging: { + aliases: { + forge: "forge/cli" + } + strategy: "commit" + } } }