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 - name: Debug Gitea Vars
run: | run: |
echo "Gitea Registry: ${{ vars.CI_REGISTRY }}" echo "Gitea Registry: ${{ env.CI_REGISTRY }}"
echo "Repo Owner: ${{ vars.CI_REPO_OWNER }}" echo "Repo Owner: ${{ env.CI_REPO_OWNER }}"
echo "Repo Name: ${{ vars.CI_REPO_NAME }}" echo "Repo Name: ${{ env.CI_REPO_NAME }}"
echo "Actor (user): ${{ vars.CI_ACTOR }}" echo "Actor (user): ${{ env.CI_ACTOR }}"
- name: Build and push to Gitea - name: Build and push to Gitea
if: ${{ steps.check_build.outputs.should_build == 'true' }} if: ${{ steps.check_build.outputs.should_build == 'true' }}

View File

@@ -1 +1 @@
20250824-b74f70c 20250824-0968aa8