Fix CI: use REGISTRY_USER and REGISTRY_TOKEN secrets for Gitea login
Publish Container / docker (push) Successful in 16m15s
Publish Container / docker (push) Successful in 16m15s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -40,8 +40,8 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.necloud.us
|
registry: git.necloud.us
|
||||||
username: nate@versebyversewithnate.us
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata
|
- name: Extract metadata
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
Reference in New Issue
Block a user