CI: use REGISTRY_TOKEN secret for registry login

This commit is contained in:
2026-09-08 18:44:06 -05:00
parent 518a4dc026
commit 4cb3740044
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
with:
registry: git.archfox.org
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6