Compare commits

...

1 Commits

Author SHA1 Message Date
ompragash.viswanathan@harness.io 474a6a8d28 Update pipeline drone-kaniko-harness 2025-04-09 19:19:27 +05:30
+3 -2
View File
@@ -629,13 +629,13 @@ pipeline:
nodeName: manifest_<+matrix.repo> nodeName: manifest_<+matrix.repo>
- step: - step:
type: Plugin type: Plugin
name: Manifest_kaniko name: Manifest_kaniko191
identifier: Manifest_kaniko identifier: Manifest_kaniko
spec: spec:
connectorRef: Plugins_Docker_Hub_Connector connectorRef: Plugins_Docker_Hub_Connector
image: plugins/manifest image: plugins/manifest
settings: settings:
auto_tag: "true" auto_tag: "false"
spec: docker/<+matrix.repo>/manifest-kaniko1.9.1.tmpl spec: docker/<+matrix.repo>/manifest-kaniko1.9.1.tmpl
username: drone username: drone
password: <+secrets.getValue("Plugins_Docker_Hub_Pat")> password: <+secrets.getValue("Plugins_Docker_Hub_Pat")>
@@ -653,3 +653,4 @@ pipeline:
nodeName: manifest_<+matrix.repo> nodeName: manifest_<+matrix.repo>
when: when:
pipelineStatus: Success pipelineStatus: Success
allowStageExecutions: true