fix: docker auth domain
This commit is contained in:
parent
10a79d6870
commit
87e9c98bf1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue