- Defaults to ghcr.io only (removed docker.io from default)
- Fixed schedule runs with new Actions behavior
- now supports setting description and overview on docker.io's Hub
- now supports adding a
webhook
to call on successful push
- now supports schedule runs
- now supports a manual tag override through
manual-tag
. - special
build-arg
value{version}
replaced with{tag}
.
- added support for any registries (still defaults to docker.io + ghcr.io)
- replaced
dockerhub-*
andghcr-*
inputs with more flexiblecredentials
one - renamed
image-path
toimage-name
- added
platforms
to support multiarch usingbuildx
. - refactored and simplified action and scripts
- now internally using two main info:
DOCKER_TAG
with the version-onlyDOCKER_TAG_LATEST
true
orfalse
.
- added support for build-args
- Fixed tag applied to images on tag event while having not set any tag-pattern
- initial version