We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f6245 commit 65aaa13Copy full SHA for 65aaa13
src/modules/scf/utils.ts
@@ -32,7 +32,7 @@ export const formatInputs = (inputs: ScfCreateFunctionInputs) => {
32
ImageUri: imageConfig.imageUri,
33
},
34
};
35
- if (imageConfig.imageType === 'enterprise') {
+ if (imageConfig.registryId) {
36
functionInputs.Code!.ImageConfig!.RegistryId = imageConfig.registryId;
37
}
38
if (imageConfig.command) {
0 commit comments