We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4697a8 + 09b3b4f commit 571a231Copy full SHA for 571a231
1 file changed
remotes/docker/pusher.go
@@ -204,6 +204,7 @@ func (p dockerPusher) Push(ctx context.Context, desc ocispec.Descriptor) (conten
204
q.Add("digest", desc.Digest.String())
205
206
req = p.request(lhost, http.MethodPut)
207
+ req.header.Set("Content-Type", "application/octet-stream")
208
req.path = lurl.Path + "?" + q.Encode()
209
}
210
p.tracker.SetStatus(ref, Status{
0 commit comments