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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
should-releaseTrue if the action should perform the release of the projectnotrue
release-commandThe command executed to perform the releasenotrue
should-build-and-deliver-containerTrue if the action should perform the build and the delivery of the docker image of the projectnotrue
docker-file-srcnoDockerfile
container-registry-nameServer address of the container registry. If not set then will default to Docker Hubnofalse
container-registry-usernameUsername used to log against the container registryno
container-registry-passwordPassword or personal access token used to log against the container registryno
image-nameThe name of docker container image to build and deliverno${{ github.repository }}
github-tokenThe GitHub token, it will be exposed in the release step as the environment variable GITHUB_TOKENno

no outputs