From bcb4ee700b79920f4c3bd024c8a9cf5e84fc86e1 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Fri, 23 Jan 2026 17:04:56 +0100 Subject: [PATCH] fix typo --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index be79457..f205758 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - name: Login to the Container registry uses: docker/login-action@v2 with: - registry: ${{ secrets.CI_REGISTRY }} + registry: ${{ variables.CI_REGISTRY }} username: ${{ secrets.CI_USERNAME }} password: ${{ secrets.CI_TOKEN }}