Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
This commit is contained in:
Pascal Sthamer
2025-12-23 11:50:34 +01:00
parent 904fac34d1
commit 4e198854c8
+3 -3
View File
@@ -415,7 +415,7 @@ func buildImage(tags []string, dockerfileLocation string) error {
MountPath: "/app/generated",
},
{
Name: "docker-config",
Name: "docker-config",
MountPath: "/kaniko/.docker/",
},
},
@@ -439,8 +439,8 @@ func buildImage(tags []string, dockerfileLocation string) error {
SecretName: os.Getenv("SHUFFLE_REGISTRY_SECRET"),
Items: []corev1.KeyToPath{
{
Key: ".dockerconfigjson",
Path: "config.json",
Key: ".dockerconfigjson",
Path: "config.json",
},
},
},