From b2d62891aa9d56f9e59bb026d177588ba04a181a Mon Sep 17 00:00:00 2001 From: caelebfi Date: Fri, 16 Aug 2024 15:21:48 +0200 Subject: [PATCH] debug --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2891986..b4cbf22 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,8 +21,7 @@ jobs: with: # replace it with your local IP config-inline: | [registry."harbor.realm.local"] - http = false - insecure = true + ca = ["/usr/local/share/ca-certificates/ca.crt"] - name: Login to Registry uses: docker/login-action@v3