feat(cicd): 调试CI流程,移除checkout并修复Dockerfile CMD

This commit is contained in:
GuanYuankai 2025-11-11 13:16:42 +08:00
parent e09da2f6ea
commit a638275d79
1 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
name: Build and Push Edge Proxy Image name: Build and Push Edge Proxy Image
on: on:
create: # create:
tags: # tags:
- 'v*.*.*' # - 'v*.*.*'
branches:
- cicd-testing
jobs: jobs:
build-and-push: build-and-push: