Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Correct header value
Browse files Browse the repository at this point in the history
  • Loading branch information
tt committed Oct 3, 2018
1 parent d9d104c commit 1bcbb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (registry *Registry) PutManifest(repository, reference string, signedManife
return err
}

req.Header.Set("Content-Type", schema1.MediaTypeManifest)
req.Header.Set("Content-Type", schema1.MediaTypeSignedManifest)
resp, err := registry.Client.Do(req)
if resp != nil {
defer resp.Body.Close()
Expand Down

0 comments on commit 1bcbb72

Please sign in to comment.