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