Skip to content

Commit

Permalink
feat: 添加镜像加速配置
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpand0508 committed Jun 1, 2023
1 parent 04a2807 commit 76e46fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/scf/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const formatInputs = (inputs: ScfCreateFunctionInputs) => {

if (imageConfig?.containerImageAccelerate !== undefined) {
functionInputs.Code!.ImageConfig!.ContainerImageAccelerate =
imageConfig.containerImageAccelerate;
imageConfig?.containerImageAccelerate;
}
} else {
// 基于 COS 代码部署
Expand Down

0 comments on commit 76e46fa

Please sign in to comment.