@@ -415,7 +415,7 @@ func buildImage(tags []string, dockerfileLocation string) error {
|
|||||||
MountPath: "/app/generated",
|
MountPath: "/app/generated",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "docker-config",
|
Name: "docker-config",
|
||||||
MountPath: "/kaniko/.docker/",
|
MountPath: "/kaniko/.docker/",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -439,8 +439,8 @@ func buildImage(tags []string, dockerfileLocation string) error {
|
|||||||
SecretName: os.Getenv("SHUFFLE_REGISTRY_SECRET"),
|
SecretName: os.Getenv("SHUFFLE_REGISTRY_SECRET"),
|
||||||
Items: []corev1.KeyToPath{
|
Items: []corev1.KeyToPath{
|
||||||
{
|
{
|
||||||
Key: ".dockerconfigjson",
|
Key: ".dockerconfigjson",
|
||||||
Path: "config.json",
|
Path: "config.json",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user