Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Add Codecov
Use Git as default context Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Fix platforms and allow inputs Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Demonstrate simple ref tag
Add checkout step to examples. Signed-off-by: Ricardo Correa <r.correa.r@gmail.com>
Existing ref tag examples highlighted special cases, but none demonstrated the simplest branch case. Signed-off-by: Michael Mol <mikemol@gmail.com>
Signed-off-by: Konosuke Kachi <github@s.k-kachi.net>
Add cache_froms input to support --cache-from
Signed-off-by: Andrew Waters <waters@me.com>
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
Clarify the documentation for the dockerfile and path action inputs including how they relate to each other. Signed-off-by: Nick Adcock <nick.adcock@docker.com>
Setting the INPUT_ADD_GIT_LABELS env var to true adds labels as per the opencontainers standard: https://github.com/opencontainers/image-spec/blob/master/annotations.md The 3 labels supported are: - org.opencontainers.image.created - org.opencontainers.image.source - org.opencontainers.image.revision Signed-off-by: Nick Adcock <nick.adcock@docker.com>