Merge branch 'main' into plus

This commit is contained in:
Luis Pater
2026-03-16 00:36:19 +08:00
committed by GitHub
137 changed files with 36547 additions and 469 deletions

View File

@@ -1,13 +1,14 @@
name: docker-image
on:
workflow_dispatch:
push:
tags:
- v*
env:
APP_NAME: CLIProxyAPI
DOCKERHUB_REPO: eceasy/cli-proxy-api
DOCKERHUB_REPO: ${{ secrets.DOCKERHUB_USERNAME }}/cli-proxy-api-plus
jobs:
docker_amd64: