fix(exts.py): 修复视频扩展集合中的缺失前缀,确保 ".wmv" 后缀正确 #91
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |