Skip to content

Commit

Permalink
removing extra remote options
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhasmitaSw committed Jun 15, 2022
1 parent 2eaee63 commit 1de95ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/builder/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func Push(img v1.Image, options Options) error {
}

remoteOptions := makeRemoteOptions(options, options.PushConfigDir)
remoteOptions = append(remoteOptions, remote.WithJobs(options.jobs))
return remote.Write(tag, img, remoteOptions...)
}

Expand Down

0 comments on commit 1de95ad

Please sign in to comment.