diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 21cd406..5da34cc 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: config-inline: | [registry."${{ env.REGISTRY }}"] http = false - ca = ["/etc/docker/certs.d/harbor.realm.local/ca.crt"] + insecure = true - name: Login to Registry uses: docker/login-action@v3