cssnr/Docker Tags
Generate Docker Tags, Labels and Annotations for building Docker images with GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| images | Image Names to Tag | — | ghcr.io/${{ github.repository }} |
| tags | Extra Tags to Add | — | — |
| labels | Extra Labels to Add | — | — |
| seperator | Output Separator | — | — |
| separator | Output Separator | — | "" |
| latest | Latest Tag | — | default |
| summary | Add Summary to Job | — | true |
Outputs
| name | description |
|---|---|
| tags | Generated Docker Tags |
| labels | Generated Docker Labels |
| annotations | Generated Docker Annotations |