ibm/Code Engine GitHub Action
Github action to interact with IBM Cloud Code Engine deploy Apps, Jobs and Functions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | IAM API Key used to log into the IBM Cloud | yes | — |
| resource-group | An IBM Cloud Resource Group is a logical container used to organize and manage related cloud resources | no | — |
| region | The Region refers to a geographical area where the project is are located | yes | — |
| project | A Code Engine Project Is the grouping of your Apps, Functions and Jobs | yes | — |
| component | The type of component that should be deployed [App, Function, Job, Build] | yes | — |
| name | Name of the App, Function, Job or build | yes | — |
| runtime | Runtime used for the Function only required for function | no | — |
| image | Name of the image that is used for this application | no | — |
| registry-secret | Name of the registry secret used to authenticate against the Container registry | no | — |
| port | Port of the Application | no | — |
| trusted-profiles | Enable trusted profiles | no | false |
| build-source | path to the directory containing the source code | no | . |
| build-strategy | strategy used for building the image ['dockerfile', 'buildpacks'] | no | buildpacks |
| build-size | The size to use for the build, which determines the amount of resources used. Valid values include small, medium, large, xlarge, and xxlarge. | no | medium |
| cpu | CPU configuration set for the component. If not set default Code Engine values are used. | no | — |
| memory | Memory configuration set for the component. If not set default Code Engine values are used. | no | — |
Outputs
| name | description |
|---|---|
| image-with-digest | The built image with digest |