diff --git a/src/commands/image/imageSource/containerRegistry/ContainerRegistryImageConfigureStep.ts b/src/commands/image/imageSource/containerRegistry/ContainerRegistryImageConfigureStep.ts index 941b115e..ee03909d 100644 --- a/src/commands/image/imageSource/containerRegistry/ContainerRegistryImageConfigureStep.ts +++ b/src/commands/image/imageSource/containerRegistry/ContainerRegistryImageConfigureStep.ts @@ -41,7 +41,7 @@ export class ContainerRegistryImageConfigureStep): Promise | undefined> { if (context.isDraftCommand) { - // Don't update the container app directly if we're in a drafting mode + // Skip any steps that would attempt to update the container app directly while we're in a drafting mode return undefined; }