Skip to content

Commit f94b9da

Browse files
committed
fixed tag not being set in Creating log
1 parent a3f55d4 commit f94b9da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/command/prepare.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ func executePrepare(ctx context.Context, env gitlab.Environment) error {
6868
}
6969

7070
var tagName string
71-
if env.TemplateTag == "" {
71+
tagName = env.TemplateTag
72+
if tagName == "" {
7273
tagName = "(latest)"
7374
}
7475

0 commit comments

Comments
 (0)