Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 282 Bytes

dockerfile-guidelines.md

File metadata and controls

3 lines (3 loc) · 282 Bytes
  1. Document required arguments in the action's README and omit them from the CMD instruction.
  2. Use defaults that allow using the action without specifying any args.
  3. If the action exposes a --help flag, or something similar, use that to make your action self-documenting.