Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Sep 7, 2023
1 parent 80dc0f5 commit 4099f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/image-builder-bob/pkg/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (b *Builder) Build() error {
err := buildSociIndex(ctx, cl, b.Config.TargetRef, b.Config.WorkspaceLayerAuth)
if err != nil {
log.WithError(err).Error("running SOCI command")
return err
}
}

Expand Down

0 comments on commit 4099f14

Please sign in to comment.