update Gitea Docker workflow to use LOCAL secrets for authentication
Some checks failed
Build and Push Docker Image to Gitea / build (push) Failing after 41s

This commit is contained in:
Sam 2025-06-11 21:51:15 -05:00
parent d248ff4631
commit 472b0f2f87

View File

@ -36,8 +36,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: git.apisb.me
username: ${{ secrets.GITEA_USERNAME }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ secrets.LOCAL_USERNAME }}
password: ${{ secrets.LOCAL_TOKEN }}
# 5. Extract metadata (tags, labels) for Docker
- name: Extract metadata (tags, labels) for Docker