Skip to content

Commit 2fa06d6

Browse files
authored
fix: add removed params as dummies, pin the build-image version (#53)
1 parent 14e0585 commit 2fa06d6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/kubernetes.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
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
@@ -57,6 +61,10 @@ on:
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 }}

0 commit comments

Comments
 (0)