1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/data/reusables/actions/dockerfile-guidelines.md
2022-02-25 15:51:14 +01:00

4 lines
282 B
Markdown

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