added gitea repo variables
Some checks failed
weekly, if new yt-dlp, build + push container to docker/gitea / build (push) Failing after 49s
Some checks failed
weekly, if new yt-dlp, build + push container to docker/gitea / build (push) Failing after 49s
This commit is contained in:
@@ -77,18 +77,25 @@ jobs:
|
|||||||
- name: Login to Gitea
|
- name: Login to Gitea
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.hgsky.me/youdis
|
registry: git.hgsky.me
|
||||||
username: ${{ secrets.USERNAME }}
|
#username: ${{ secrets.USERNAME }}
|
||||||
|
username: ${{ vars.CI_ACTOR }}
|
||||||
password: ${{ secrets.YOUDIS_PASSWORD }}
|
password: ${{ secrets.YOUDIS_PASSWORD }}
|
||||||
|
|
||||||
|
- 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 }}"
|
||||||
|
|
||||||
- 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' }}
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ben/youdis:latest
|
${{ vars.CI_REGISTRY }}/${{ vars.CI_REPO_OWNER }}/${{ vars.CI_REPO_NAME }}:ytldlp-${{ steps.ytdlp.outputs.ytdlp-version }}.youdis-${{ steps.youdis.outputs.shortsha }}
|
||||||
ben/youdis:ytldlp-${{ steps.ytdlp.outputs.ytdlp-version }}.youdis-${{ steps.youdis.outputs.shortsha }}
|
|
||||||
labels: |
|
labels: |
|
||||||
YOUDIS_VERSION=${{ steps.youdis.outputs.youdis-version }}
|
YOUDIS_VERSION=${{ steps.youdis.outputs.youdis-version }}
|
||||||
YTDLP_VERSION=${{ steps.ytdlp.outputs.ytdlp-version }}
|
YTDLP_VERSION=${{ steps.ytdlp.outputs.ytdlp-version }}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
20250824-8161907
|
20250824-07cdae8
|
||||||
|
|||||||
Reference in New Issue
Block a user