Skip to content

refactor(alist2strm): update sync ignore logic, update type hint #66

refactor(alist2strm): update sync ignore logic, update type hint

refactor(alist2strm): update sync ignore logic, update type hint #66

Workflow file for this run

name: AutoFilm DEV
on:
workflow_dispatch:
push:
paths:
- '**.py'
jobs:
Dev-Docker-Builder:
name: Build Docker Image
uses: ./.github/workflows/docker-builder.yaml
with:
APP_VERSION: DEV
IS_LATEST: false
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}