fantasyflip/Dockerize and push to Infra-Repo
Dockerize application and push Kubernetes-files to Infra-Repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Deprecated — no longer used. Kept for backward compatibility with existing workflows. | no | 18 |
| infra-repo | Repository to push Kubernetes-files to | yes | — |
| source-repo | Repository to pull application from | no | ${{ github.repository }} |
| gh-token | GitHub Token for pushing and pulling to/from Infra-Repo | yes | — |
| gh-username | GitHub Username for pushing and pulling to/from Infra-Repo | no | ${{ github.actor }} |
| gh-email | GitHub Email for pushing and pulling to/from Infra-Repo | yes | — |
| source-branch | Branch to pull application from | no | main |
| infra-branch | Branch to pull infra repository from | no | main |
| namespace | Namespace for Kubernetes-files | yes | — |
| app-name | Name of the application for the Infra-Repo | yes | — |
| deployment-path | Path to the deployment files in the source repository | no | deployment |
Outputs
no outputs