ci: use REGISTRY_TOKEN for Forgejo container registry push

This commit is contained in:
itsRevela
2026-05-15 03:04:29 -05:00
parent ea02b5ee36
commit 289225e07d

View File

@@ -261,7 +261,7 @@ jobs:
with:
registry: git.huckle.dev
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push image
uses: https://github.com/docker/build-push-action@v6