fix: Update workflow to use REGISTRY_USERNAME and REGISTRY_PASSWORD secrets
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m9s

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
likegears
2025-12-12 10:04:37 +08:00
parent e110b25f3c
commit 65e341b566

View File

@@ -21,8 +21,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.likegears.com registry: gitea.likegears.com
username: ${{ gitea.actor }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Extract version from tag - name: Extract version from tag
id: version id: version