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