ci: rename registry secrets to REGISTRY_USERNAME/REGISTRY_TOKEN
Aligns with the secret names configured in the Gitea repo settings instead of the originally assumed GITEA_*/GITEA_* names.
This commit is contained in:
@@ -104,8 +104,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.danielarroyo.cl
|
||||
username: ${{ secrets.GITEA_USERNAME }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract short SHA
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user