pixelcat-user/Generate Docker Tag
Generates a docker image name and tag based on inputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| git-ref | Value of ref to use (typically the GITHUB_REF environment variable) | no | — |
| docker-registry | (optional) the name of the docker registry to use. Defaults to docker.io if not set. | no | — |
| docker-repository | The name of the docker repository to generate against | yes | — |
Outputs
| name | description |
|---|---|
| image-tag | The image tag to build |