From d1b067e81b3df232b66db7c21198d6cf266591f6 Mon Sep 17 00:00:00 2001 From: elee Date: Fri, 4 Mar 2022 02:34:07 -0600 Subject: [PATCH] maybe now? --- .agola/config.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.agola/config.jsonnet b/.agola/config.jsonnet index 8043593..dec06c4 100644 --- a/.agola/config.jsonnet +++ b/.agola/config.jsonnet @@ -77,8 +77,8 @@ local task_build(version, arch) = { ], }, environment: { - DOCKERAUTH: { from_variable: 'harborauth' }, - DOCKERURL: { from_variable: 'harborurl' }, + DOCKERAUTH: { from_variable: 'harbor-auth' }, + DOCKERURL: { from_variable: 'harbor-url' }, }, shell: '/busybox/sh', working_dir: '/workspace',