From 3603bd657ea814c1adeb7b420c9c1a5a78c95c68 Mon Sep 17 00:00:00 2001 From: Kirill Plis Date: Wed, 3 Sep 2025 15:51:46 +0200 Subject: [PATCH] fix: move dummy to the right file --- .github/workflows/build-image.yaml | 4 ++++ .github/workflows/kubernetes.yaml | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) 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