Skip to content

Commit

Permalink
fix(pipeline) fix s2i image in publish task
Browse files Browse the repository at this point in the history
(cherry picked from commit apache/camel-k@fe3023245)
  • Loading branch information
mmajerni authored and github-actions[bot] committed May 30, 2024
1 parent ca22aad commit 83e2f08
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 83e2f08

Please sign in to comment.