fix(gitea): use token instead of password
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s

This commit is contained in:
Pihkaal
2025-12-21 20:14:06 +01:00
parent 791c4cc908
commit 86951df1e0

View File

@@ -21,7 +21,7 @@ jobs:
with:
registry: git.pihkaal.xyz
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push Docker image
run: |