updated gitea workflow with correct docker repo
All checks were successful
Check yt-dlp weekly and rebuild if new / build (push) Successful in 32s
All checks were successful
Check yt-dlp weekly and rebuild if new / build (push) Successful in 32s
This commit is contained in:
@@ -40,5 +40,5 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: ben/youdis:latest,ben/youdis:${{ steps.latest.outputs.version }}
|
tags: eulaly/youdis:latest,eulaly/youdis:${{ steps.latest.outputs.version }}
|
||||||
if: ${{ steps.current.outputs.version != steps.latest.outputs.version }}
|
if: ${{ steps.current.outputs.version != steps.latest.outputs.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user