Skip to content

Commit c6d4ff3

Browse files
authored
enhancement: include source tag in promote success message (#130)
1 parent a144db9 commit c6d4ff3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: cmd/vela-artifactory/docker_promote.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ func (p *DockerPromote) Exec(c *Config) error {
109109
}
110110
}
111111

112-
logrus.Infof("Promotion ended successfully for target tag %s", payload.GetTargetTag())
112+
logrus.Infof("Promotion ended successfully for tag %s for target tag %s",
113+
payload.GetTag(),
114+
payload.GetTargetTag())
113115
}
114116

115117
return nil

0 commit comments

Comments
 (0)