vsoch/uptodate-action
Check that repository assets are up to date
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| root | Root path to provide to command. Can be a Dockerfile or directory. | no | "" |
| parser | Parser to run, one of dockerfile, or dockerhierarchy | yes | — |
| dry_run | Do a dry run (don't write, but show changes) one of true or false, defaults to false | no | false |
| changes | Only consider relevant changed files for the current git commit | no | false |
| flags | Extra flags for the parser (e.g., --no-build-args or --no-empty-build-args for dockerfilelist) | no | "" |
Outputs
| name | description |
|---|---|
| dockerfile_matrix | A matrix of Dockerfile changes with name and filename set to the Dockerfile name |
| dockerhierarchy_matrix | A matrix of new Dockerfiles and the corresponding tag (Name) |
| dockerfilelist_matrix | A matrix of Dockerfiles listed with dockerfilelist |
| dockerbuild_matrix | A matrix of Docker builds |