From 1b7227631166a3147b7ee2ce5f31bdd08913d4e0 Mon Sep 17 00:00:00 2001 From: caelebfi Date: Fri, 16 Aug 2024 14:53:52 +0200 Subject: [PATCH] debug again --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 250d901..21cd406 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,7 +21,8 @@ jobs: with: # replace it with your local IP config-inline: | [registry."${{ env.REGISTRY }}"] - ca = ["${{ secrets.CA_CERT }}"] + http = false + ca = ["/etc/docker/certs.d/harbor.realm.local/ca.crt"] - name: Login to Registry uses: docker/login-action@v3