gitea vars redux
Some checks failed
weekly, if new yt-dlp, build + push container to docker/gitea / build (push) Failing after 58s

This commit is contained in:
2025-08-24 19:00:35 -04:00
parent 0968aa84b8
commit 748e3fb22a
2 changed files with 5 additions and 5 deletions

View File

@@ -84,10 +84,10 @@ jobs:
- name: Debug Gitea Vars
run: |
echo "Gitea Registry: ${{ vars.CI_REGISTRY }}"
echo "Repo Owner: ${{ vars.CI_REPO_OWNER }}"
echo "Repo Name: ${{ vars.CI_REPO_NAME }}"
echo "Actor (user): ${{ vars.CI_ACTOR }}"
echo "Gitea Registry: ${{ env.CI_REGISTRY }}"
echo "Repo Owner: ${{ env.CI_REPO_OWNER }}"
echo "Repo Name: ${{ env.CI_REPO_NAME }}"
echo "Actor (user): ${{ env.CI_ACTOR }}"
- name: Build and push to Gitea
if: ${{ steps.check_build.outputs.should_build == 'true' }}