rafalkk/Github Docker tag delete
Action allows you to remove Docker tag from the package repository in Github
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 4, 2024
- License
- None
Pinned Snippet
uses: rafalkk/remove-dockertag-action@581f14f26a4a127cbe4145f7584975483a58b4e8 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tag_name | Name of Docker tag to delete | yes | — |
| github_token | GITHUB_TOKEN is required to login to Container registry and use Github API | yes | — |
| is_organization | Organization accounts have different API endpoints. Set this to true to use it within org | no | false |
| private_repo_token | GITHUB_TOKEN with access to private repository | — | "" |
Outputs
no outputs