public static interface BuildStep.BuildTaskBuildStepsDefinitionStages.WithImagePush
| Modifier and Type | Method and Description |
|---|---|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
withImagePushDisabled()
Specifies that the image built should not be pushed to the registry.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
withImagePushEnabled()
Specifies that the image built should be pushed to the registry.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate withImagePushEnabled()
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate withImagePushDisabled()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/