Skip to content

Commit

Permalink
fix: Cloud Code log viewer shows render stage correctly (#7937)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsquared94 authored Oct 12, 2022
1 parent fb4ba5f commit e258fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/runner/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (r *SkaffoldRunner) Render(ctx context.Context, out io.Writer, builds []gra
}
defer postRenderFn()

eventV2.TaskInProgress(constants.Render, "")
eventV2.TaskInProgress(constants.Render, "Render Manifests")
if r.runCtx.RenderOnly() {
// Fetch the digest and append it to the tag with the format of "tag@digest"
if r.runCtx.DigestSource() == constants.RemoteDigestSource {
Expand Down

0 comments on commit e258fb6

Please sign in to comment.