gitea vars redux
Some checks failed
weekly, if new yt-dlp, build + push container to docker/gitea / build (push) Failing after 58s
Some checks failed
weekly, if new yt-dlp, build + push container to docker/gitea / build (push) Failing after 58s
This commit is contained in:
@@ -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' }}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
20250824-b74f70c
|
20250824-0968aa8
|
||||||
|
|||||||
Reference in New Issue
Block a user