修改deployment.yml文件格式,防止json转换错误1
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m29s

This commit is contained in:
bamanker
2025-12-25 17:01:00 +08:00
parent 95edbd85aa
commit d2d3e9e3f5

View File

@@ -15,7 +15,7 @@ spec:
app: myk3s-test
spec:
containers:
- image: ${env.REGISTRY}/${env.IMAGE_NAME}:${steps.datetime.outputs.datetime}
- image: registry.cn-chengdu.aliyuncs.com/bamanker/myk3stest:lastest
name: myk3s-test
imagePullPolicy: Always
readinessProbe: