actions-marketplace-validations/oh-docker-tag-action
Action to change the docker tag on images from previous to latest and to add the current PR per environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerServer | Your docker server url | — | — |
| username | Your docker Username | — | — |
| password | Your docker password | — | — |
| tagMap | Mapping to be used for creating image tags | — | — |
| imageTag | Tag to be used for creating image tags (optional) | — | — |
| pullId | Pull Id to be used for creating image tags (optional) | — | — |
| commitMessagePattern | It is to be used for check commit messages have proper information or not (optional) | — | — |
Outputs
| name | description |
|---|---|
| environmentName | Current Environment Name |
| pullId | Current Pull Request Id |