actions-marketplace-validations/Unpublished Tags
Compare Docker registry and GitHub repository to get unpublished tags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref-type | Which git ref type to parse and handle | no | tag |
| dockerhub-repository | Docker repository to fetch latest versions from | yes | — |
| first-ref | First ref to publish – useful when e.g. the project was not dockerized before | no | — |
| checkout-path | Path in which checkout was committed | no | . |
Outputs
| name | description |
|---|---|
| unpublished | refs that exist in the git repository but not published yet |
| published | refs that are already published |