Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #176 from AkihiroSuda/38902-1809
Browse files Browse the repository at this point in the history
[18.09 backport] builder-next: fix squash
  • Loading branch information
andrewhsu authored Mar 28, 2019
2 parents b4bf217 + 8d87a2a commit 8c0845a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/backend/build/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ func (b *Backend) Build(ctx context.Context, config backend.BuildConfig) (string
if !useBuildKit {
stdout := config.ProgressWriter.StdoutFormatter
fmt.Fprintf(stdout, "Successfully built %s\n", stringid.TruncateID(imageID))
err = tagger.TagImages(image.ID(imageID))
}
err = tagger.TagImages(image.ID(imageID))
return imageID, err
}

Expand Down

0 comments on commit 8c0845a

Please sign in to comment.