Compare commits

..

4 Commits

Author SHA1 Message Date
Ompragash Viswanathan 10673a5a17 Update cmd/kaniko-ecr/main.go 2025-03-20 19:07:13 +05:30
Ompragash Viswanathan 0d0510f029 Updated cmd/kaniko-ecr/main.go 2025-03-20 09:37:21 +05:30
Ompragash Viswanathan e09b2ad589 Updated cmd/kaniko-ecr/main.go 2025-03-17 14:02:36 +05:30
Ompragash Viswanathan 5b4ff345a7 Add support for tar-path, source-tar-path and push-only operations 2025-03-11 17:34:03 +05:30
+26
View File
@@ -12,6 +12,32 @@ pipeline:
build: <+input>
sparseCheckout: []
stages:
- stage:
name: Manager Approval
identifier: Manager_Approval
description: ""
type: Approval
spec:
execution:
steps:
- step:
name: CI Manager Approval
identifier: CI_Manager_Approval
type: HarnessApproval
timeout: 1d
spec:
approvalMessage: |-
Please review the following information
and approve the pipeline progression
includePipelineExecutionHistory: true
approvers:
minimumCount: 1
disallowPipelineExecutor: false
userGroups:
- CI_Manager
isAutoRejectEnabled: false
approverInputs: []
tags: {}
- parallel:
- stage:
name: linux-amd64