Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down