This commit is contained in:
2025-10-24 05:12:38 -07:00
parent a2a23a8393
commit eb740236d7

View File

@@ -41,6 +41,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Debug GitHub context
run: |
echo "Owner: ${{ github.repository_owner }}"
echo "Repo: ${{ github.event.repository.name }}"
echo "Full repo: ${{ github.repository }}"
- name: Docker metadata
id: meta
uses: docker/metadata-action@v5