Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make modules information in publish workflow configurable - master #813

Merged
merged 12 commits into from
Sep 10, 2021
Merged
Prev Previous commit
Next Next commit
Remove default values and fix description in publish workflow
Signed-off-by: Peter Suna <[email protected]>
  • Loading branch information
PeterSuna committed Sep 10, 2021
commit f52c41dcdaf42427a9aca9da30cb555bbb4db07c
4 changes: 1 addition & 3 deletions .github/workflows/publish-docker-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
inputs:
app-name:
description: Name of the application in /lighty-applications
default: lighty-rnc
required: true
app-modules:
description: Name of the modules with format ':{module-name},...' required for build
description: Name of the modules with format ':{module-name},...' required to build docker image
required: true
app-docker-pom-path:
description: Path to docker pom.xml file
Expand All @@ -20,7 +19,6 @@ on:
required: true
image-name:
description: Desired NAME of docker image
default: lighty-rnc
required: true
version:
description: Desired version of published docker image & helm charts
Expand Down