Releases: openzim/docker-publish-action
Releases · openzim/docker-publish-action
v10
- Defaults to
ghcr.io
only (removed docker.io from default)
v9
Fixed schedule runs
v8
Now supports setting description and overview on docker.io's Hub
v7
Now supports adding a webhook
to call on successful push
v6
Now works with Schedule runs as well
v5
- now supports a manual tag override through
manual-tag
. - special
build-arg
value{version}
replaced with{tag}
.
v4
- 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
.
v3
Added support for build-args
.
v2
Prevent tag event from tagging images if no tag-pattern
defined