From 4e198854c83215b33edaa0e0271b88c11b736694 Mon Sep 17 00:00:00 2001 From: Pascal Sthamer Date: Tue, 23 Dec 2025 11:50:34 +0100 Subject: [PATCH] go fmt Signed-off-by: Pascal Sthamer --- backend/go-app/docker.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/go-app/docker.go b/backend/go-app/docker.go index cac11ac2..fc3cbdd6 100755 --- a/backend/go-app/docker.go +++ b/backend/go-app/docker.go @@ -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", }, }, },