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