fix: docker auth domain

This commit is contained in:
eding 2025-10-28 08:08:05 +01:00
parent 10a79d6870
commit 87e9c98bf1

View file

@ -26,7 +26,7 @@ const (
DockerConfigJSONKey = ".dockerconfigjson" DockerConfigJSONKey = ".dockerconfigjson"
OrgManagementPATKey = "ORG_MANAGEMENT_PAT" OrgManagementPATKey = "ORG_MANAGEMENT_PAT"
GhcrRegistry = "ghcr.io" GhcrRegistry = "ghcr.io"
DockerHubRegistry = "docker.io" DockerHubRegistry = "https://index.docker.io/v1/"
) )
// DockerConfig represents the structure of a Docker config.json // DockerConfig represents the structure of a Docker config.json