test gitea actions

This commit is contained in:
Attilio Greco 2025-01-13 15:00:30 +01:00
parent 1aafd38ac3
commit cc295b9848

View File

@ -30,8 +30,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3