From fbc363b52b4f64207074e70dfa9e4f0bfdcc8649 Mon Sep 17 00:00:00 2001 From: Ksan Date: Thu, 20 Aug 2026 16:04:01 +0200 Subject: [PATCH] renamed variable --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9207567..443967d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -42,8 +42,8 @@ jobs: - name: Log in to the Gitea registry env: REGISTRY_USER: ${{ secrets.REGISTRY_USER }} - REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} - run: echo "$REGISTRY_TOKEN" | docker login git.ksan.dev -u "$REGISTRY_USER" --password-stdin + REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} + run: echo "$REGISTRY_PASSWORD" | docker login git.ksan.dev -u "$REGISTRY_USER" --password-stdin # PLANS_PAGES is a build arg: the codes are baked into the image via # generateStaticParams, so this image must only ever go to the private