samhammerag/docker-registry-cleanup-action
Action to delete a specific tag from the docker registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Registry url including protocol (with or without trailing slash) | yes | — |
| registry_path | Path in the docker registry (with or without leading and trailing slashes) | yes | — |
| registry_user | The registry username | yes | — |
| registry_password | The registry password | yes | — |
| tag | Name of the tag | yes | — |
| ignoreNotFound | Action does not fail if a tag is not found | no | false |
Outputs
no outputs