vsoch/uptodate-action

Check that repository assets are up to date

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
rootRoot path to provide to command. Can be a Dockerfile or directory.no""
parserParser to run, one of dockerfile, or dockerhierarchyyes
dry_runDo a dry run (don't write, but show changes) one of true or false, defaults to falsenofalse
changesOnly consider relevant changed files for the current git commitnofalse
flagsExtra flags for the parser (e.g., --no-build-args or --no-empty-build-args for dockerfilelist)no""
namedescription
dockerfile_matrixA matrix of Dockerfile changes with name and filename set to the Dockerfile name
dockerhierarchy_matrixA matrix of new Dockerfiles and the corresponding tag (Name)
dockerfilelist_matrixA matrix of Dockerfiles listed with dockerfilelist
dockerbuild_matrixA matrix of Docker builds