ExemOne - gitlab-runner config 수정

This commit is contained in:
dsk-minchulahn
2024-02-14 14:29:48 +09:00
parent 4c906bc622
commit 625bcdba4f

View File

@@ -29,7 +29,7 @@ runners:
pod_annotations_overwrite_allowed = ".*"
[[runners.kubernetes.volumes.secret]]
name = "nexus-cred"
mount_path = "/kaniko/.docker"
mount_path = "/tmp/.docker"
[runners.kubernetes.volumes.secret.items]
".dockerconfigjson" = "config.json"
[[runners.kubernetes.volumes.secret]]