smartoperatingblock/Release and Delivery action
A simple composite GitHub Action taking care of the release and the docker container delivery of a project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| should-release | True if the action should perform the release of the project | no | true |
| release-command | The command executed to perform the release | no | true |
| should-build-and-deliver-container | True if the action should perform the build and the delivery of the docker image of the project | no | true |
| docker-file-src | — | no | Dockerfile |
| container-registry-name | Server address of the container registry. If not set then will default to Docker Hub | no | false |
| container-registry-username | Username used to log against the container registry | no | — |
| container-registry-password | Password or personal access token used to log against the container registry | no | — |
| image-name | The name of docker container image to build and deliver | no | ${{ github.repository }} |
| github-token | The GitHub token, it will be exposed in the release step as the environment variable GITHUB_TOKEN | no | — |
Outputs
no outputs