From 87e9c98bf1016e39aa432b5b059f0ce39dd3aba0 Mon Sep 17 00:00:00 2001 From: eding Date: Tue, 28 Oct 2025 08:08:05 +0100 Subject: [PATCH] fix: docker auth domain --- internal/vault/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/vault/client.go b/internal/vault/client.go index 9bf9d4f..4d12e2f 100644 --- a/internal/vault/client.go +++ b/internal/vault/client.go @@ -26,7 +26,7 @@ const ( DockerConfigJSONKey = ".dockerconfigjson" OrgManagementPATKey = "ORG_MANAGEMENT_PAT" GhcrRegistry = "ghcr.io" - DockerHubRegistry = "docker.io" + DockerHubRegistry = "https://index.docker.io/v1/" ) // DockerConfig represents the structure of a Docker config.json