diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee3b843..9976a06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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