ci: pin registry login username to gitea-admin
REGISTRY_TOKEN was created under the gitea-admin user, so the docker/helm registry username must match. Using github.actor would fail for any other workflow-triggering user. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Log in to Gitea OCI registry
|
||||
run: |
|
||||
echo "${{ secrets.REGISTRY_TOKEN }}" | helm registry login git.farh.net \
|
||||
--username "${{ github.actor }}" \
|
||||
--username gitea-admin \
|
||||
--password-stdin
|
||||
|
||||
- name: Push chart to Gitea OCI registry
|
||||
|
||||
Reference in New Issue
Block a user