1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

remove STAGES scope from kanikoExecute.multipleImages param (#4508)

Co-authored-by: Egor Balakin <egor.balakin@sap.com>
This commit is contained in:
Egor Balakin 2023-08-11 13:31:53 +04:00 committed by GitHub
parent 8c863e457f
commit 9189ab37b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -399,7 +399,7 @@ func kanikoExecuteMetadata() config.StepData {
{
Name: "multipleImages",
ResourceRef: []config.ResourceReference{},
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
Scope: []string{"PARAMETERS", "STEPS"},
Type: "[]map[string]interface{}",
Mandatory: false,
Aliases: []config.Alias{{Name: "images"}},

View File

@ -172,7 +172,6 @@ spec:
```
scope:
- PARAMETERS
- STAGES
- STEPS
- name: containerMultiImageBuild
type: bool