Skip to content

Commit

Permalink
Update backend/substrapp/docker_registry.py
Browse files Browse the repository at this point in the history
Co-authored-by: Guilhem Barthés <[email protected]>
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy and guilhem-barthes authored May 23, 2024
1 parent 412ef87 commit 8a540ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/substrapp/docker_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_registry_auth() -> typing.Optional[DockerAuthDict]:
def get_request_docker_api(
path: str,
header_accept: str = (
"application/vnd.docker.distribution.manifest.v2+json," "application/vnd.oci.image.manifest.v1+json"
"application/vnd.docker.distribution.manifest.v2+json,application/vnd.oci.image.manifest.v1+json"
),
) -> dict:
headers = {"Accept": header_accept}
Expand Down

0 comments on commit 8a540ac

Please sign in to comment.