renamed variable

This commit is contained in:
2026-08-20 16:04:01 +02:00
parent 4eef81fdfc
commit fbc363b52b
+2 -2
View File
@@ -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