From 9d5935907427fc0bb37ea99276e5a53576422e5a Mon Sep 17 00:00:00 2001 From: Carl Tibule Date: Thu, 21 Mar 2024 23:38:41 -0500 Subject: [PATCH] Attempting to fix error authentication to container --- .woodpecker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 3531de1..e43c34e 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -16,6 +16,6 @@ steps: context: ./API/YABA.API dockerfile: Dockerfile tags: ${CI_COMMIT_TAG} - username: $${gitea_yaba_registry_username} - password: $${gitea_yaba_registry_password} + username: ${gitea_yaba_registry_username} + password: ${gitea_yaba_registry_password} registry: https://gitea.iwanaga.moe/cjtibule/YABA/packages \ No newline at end of file