Skip to content

Commit

Permalink
Merge pull request #3834 from PetrusZ/cp/release_3.2.0#3833
Browse files Browse the repository at this point in the history
cherry pick #3833 to release 3.2.0
  • Loading branch information
jamsman94 authored Nov 14, 2024
2 parents 1b0fe85 + 3ed4b23 commit 812e203
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,5 +504,7 @@ func (j *ImageDistributeJob) GetOutPuts(log *zap.SugaredLogger) []string {
targetKey := strings.Join([]string{j.job.Name, target.ServiceName, target.ServiceModule}, ".")
resp = append(resp, getOutputKey(targetKey, []*commonmodels.Output{{Name: "IMAGE"}})...)
}
targetKey := strings.Join([]string{j.job.Name, "<SERVICE>", "<MODULE>"}, ".")
resp = append(resp, getOutputKey(targetKey, []*commonmodels.Output{{Name: "IMAGE"}})...)
return resp
}

0 comments on commit 812e203

Please sign in to comment.