diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 05b4b8d..f812d05 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -37,6 +37,10 @@ on: description: The username for the container registry default: parcellab-dev-bot type: string + repository_kind: + required: false + description: Using as a dummy, to be removed in the future versions + type: string enableContainerScan: required: false description: Apply the container scan diff --git a/.github/workflows/kubernetes.yaml b/.github/workflows/kubernetes.yaml index 1a36df3..255e50e 100644 --- a/.github/workflows/kubernetes.yaml +++ b/.github/workflows/kubernetes.yaml @@ -17,10 +17,6 @@ on: description: The email of the bot that will appear in the GitOps commit default: dev.bot@parcellab.com type: string - chartInAppRepo: - required: false - description: Using as a dummy, to be removed in the future versions - type: boolean deploymentRepoPath: required: false description: The path within the deployment repository that holds all version files @@ -61,10 +57,6 @@ on: description: The username for the container registry default: parcellab-dev-bot type: string - repository_kind: - required: false - description: Using as a dummy, to be removed in the future versions - type: string enableContainerScan: required: false description: Apply the container scan