From bac2004ce2a41b0a4f592b32f514a2918e524ade Mon Sep 17 00:00:00 2001 From: Smart-SangGe <2251250136@qq.com> Date: Mon, 1 Aug 2022 22:39:26 +0800 Subject: [PATCH] add harbor credential --- config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..e375a02 --- /dev/null +++ b/config.json @@ -0,0 +1,8 @@ +{ + "auths": { + "reg.sre.victor-core.top": { + "auth": "c2FuZ2dlOlByZWNpbmN0NzQ2MA==" + } + }, + "currentContext": "desktop-linux" +} \ No newline at end of file