Skip to content

Commit

Permalink
fix(pipeline) fix s2i image in publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
mmajerni committed May 30, 2024
1 parent da510cd commit c99352a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/build/monitor_pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ func publishTaskImageName(tasks []v1.Task) string {
case t.Jib != nil:
return t.Jib.Image
case t.S2i != nil:
return t.S2i.Name
return t.S2i.Image
}

return ""
Expand Down

0 comments on commit c99352a

Please sign in to comment.