From 9c4598973d7256f3b1359f35d9d0617ec646d886 Mon Sep 17 00:00:00 2001 From: elee Date: Fri, 4 Mar 2022 02:25:35 -0600 Subject: [PATCH] maybe fix? --- .agola/config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agola/config.jsonnet b/.agola/config.jsonnet index 3763ff2..8043593 100644 --- a/.agola/config.jsonnet +++ b/.agola/config.jsonnet @@ -78,7 +78,7 @@ local task_build(version, arch) = { }, environment: { DOCKERAUTH: { from_variable: 'harborauth' }, - DOCKERURL: { from_variable: 'harborauth' }, + DOCKERURL: { from_variable: 'harborurl' }, }, shell: '/busybox/sh', working_dir: '/workspace',