mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-15 06:21:16 +08:00
Compare commits
1 Commits
CI-18100
...
main-patch
| Author | SHA1 | Date | |
|---|---|---|---|
| 474a6a8d28 |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user