updated gitea workflow with correct docker repo
All checks were successful
Check yt-dlp weekly and rebuild if new / build (push) Successful in 32s

This commit is contained in:
2025-08-16 19:20:38 -04:00
parent c461fa7cc3
commit 87a0a78a9c

View File

@@ -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 }}