重构认证授权模块,统一到 auth 包下

This commit is contained in:
2025-12-29 10:18:01 +08:00
parent bf8f001a30
commit 1262a8dae4
8 changed files with 407 additions and 269 deletions

View File

@@ -2,7 +2,7 @@ name: Docker
on:
push:
branches: [ "main" ]
branches: ["v*"]
env:
REGISTRY: ghcr.io
@@ -10,14 +10,12 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4