Skip to content

refactor:将Alist相关API操作移至app.api #30

refactor:将Alist相关API操作移至app.api

refactor:将Alist相关API操作移至app.api #30

Workflow file for this run

name: AutoFilm DEV
on:
workflow_dispatch:
push:
branches:
- main
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 }}