renamed variable
This commit is contained in:
@@ -42,8 +42,8 @@ jobs:
|
|||||||
- name: Log in to the Gitea registry
|
- name: Log in to the Gitea registry
|
||||||
env:
|
env:
|
||||||
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
||||||
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
run: echo "$REGISTRY_TOKEN" | docker login git.ksan.dev -u "$REGISTRY_USER" --password-stdin
|
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
|
# 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
|
# generateStaticParams, so this image must only ever go to the private
|
||||||
|
|||||||
Reference in New Issue
Block a user