Switch registry login back to REGISTRY_USER/REGISTRY_PASSWORD
Build & Deploy / build (push) Failing after 3s
Build & Deploy / deploy (push) Has been skipped

Gitea's built-in GITHUB_TOKEN was not authorized to push to the
container registry on this instance. Use an explicit PAT stored in
repo secrets instead.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
rlabadmin
2026-04-23 14:35:29 +02:00
parent eb1d951044
commit db407a1705
+2 -2
View File
@@ -42,9 +42,9 @@ jobs:
- name: Log in to Gitea registry
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | \
echo "${{ secrets.REGISTRY_PASSWORD }}" | \
docker login ${{ env.REGISTRY }} \
--username "${{ github.actor }}" \
--username "${{ secrets.REGISTRY_USER }}" \
--password-stdin
- name: Build image