actions-marketplace-validations/Docker environment setup
An action to easily set up a Docker build environment with some useful environment variables.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | The registry to prepend to the Docker image name. | no | — |
| repository | The repository to use as a Docker image name. | — | ${{ github.repository }} |
| shaLength | The length to shorten the SHA to use as a Docker image tag. | — | 7 |
Outputs
| name | description |
|---|---|
| shortSha | The shortened SHA of the current commit. |
| branchSlug | The slugified version of the branch name. |
| dockerImage | The Docker image name matching the repository. |