File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 description : The email of the bot that will appear in the GitOps commit
1818 default : dev.bot@parcellab.com
1919 type : string
20+ chartInAppRepo :
21+ required : false
22+ description : Using as a dummy, to be removed in the future versions
23+ type : boolean
2024 deploymentRepoPath :
2125 required : false
2226 description : The path within the deployment repository that holds all version files
5761 description : The username for the container registry
5862 default : parcellab-dev-bot
5963 type : string
64+ repository_kind :
65+ required : false
66+ description : Using as a dummy, to be removed in the future versions
67+ type : string
6068 enableContainerScan :
6169 required : false
6270 description : Apply the container scan
@@ -178,7 +186,7 @@ jobs:
178186
179187 build :
180188 needs : [initialize]
181- uses : parcelLab/ci/.github/workflows/build-image.yaml@main
189+ uses : parcelLab/ci/.github/workflows/build-image.yaml@v8.2.4
182190 with :
183191 artifactName : ${{ inputs.artifactName }}
184192 artifactPath : ${{ inputs.artifactPath }}
You can’t perform that action at this time.
0 commit comments