feat(cicd): 调试CI流程,移除checkout并修复Dockerfile CMD
This commit is contained in:
parent
e09da2f6ea
commit
a638275d79
|
|
@ -1,9 +1,11 @@
|
|||
name: Build and Push Edge Proxy Image
|
||||
|
||||
on:
|
||||
create:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
# create:
|
||||
# tags:
|
||||
# - 'v*.*.*'
|
||||
branches:
|
||||
- cicd-testing
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
|
|||
Loading…
Reference in New Issue