renamed variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user