From 4b4b8826e645938f150ea8cd2c1a06a577f4e04e Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Sun, 7 Dec 2025 22:50:27 +0100 Subject: [PATCH] try without protocol --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4b0e49f..100d772 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -47,8 +47,8 @@ jobs: - name: Login to Docker registry uses: docker/login-action@v3 with: - registry: http://gitea:3000 - username: ${{ vars.REGISTRY_USERNAME }} + registry: gitea:3000 + username: ${{ github.actor }} password: ${{ secrets.REGISTRY_ACCESS_TOKEN }} # type-check: