Update deprecation message for v1
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Add deprecation notice (v2 available)
Demonstrate simple ref tag
Update README.md
Add checkout step to examples. Signed-off-by: Ricardo Correa <r.correa.r@gmail.com>
Fix typo
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
Adds GCR example
Signed-off-by: Andrew Waters <waters@me.com>
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
Use v1 of docker/github-actions image
Clarify dockerfile and path inputs
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>
Rename LICENCE to LICENSE
Signed-off-by: Scott Brenner <scott@scottbrenner.me>
Add blue anchor branding
Add link to issues page
Use v1.0 of github-actions image
Opencontainers labels
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>
Add action definition