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
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue