Skip to content

Merge pull request #115 from jontze/fix/yt-dlp-version-update #22

Merge pull request #115 from jontze/fix/yt-dlp-version-update

Merge pull request #115 from jontze/fix/yt-dlp-version-update #22

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
test_branch:
name: Test Main
uses: ./.github/workflows/test.yml
publish_image:
needs:
- test_branch
name: Publish main image
uses: ./.github/workflows/image.yml
with:
push: true
cache_tag: main
secrets:
GHCR_USER: ${{ secrets.GHCR_USER }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}