(doc) Update README and clean up workflow step name
Some checks failed
Build and Push Docker Image / build (push) Failing after 46s
Some checks failed
Build and Push Docker Image / build (push) Failing after 46s
Updated README to document registry authentication setup using REGISTRY_USERNAME and REGISTRY_TOKEN configured in repo settings. Also removed debug info from workflow step name. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to Registry using user=${{ gitea.actor }}/pass=${{ gitea.token }}
|
||||
- name: Login to Registry
|
||||
# Gitea automatically provides these secrets:
|
||||
# - `REGISTRY_USERNAME` - defined as action variable in repo settings
|
||||
# - `REGISTRY_TOKEN` - defined as action secret in repo settings, created in user settings as personal access token with `write:packages` scope
|
||||
|
||||
Reference in New Issue
Block a user