Releases: openzim/docker-publish-action
Releases · openzim/docker-publish-action
v10
- Defaults to
ghcr.ioonly (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-argvalue{version}replaced with{tag}.
v4
- added support for any registries (still defaults to docker.io + ghcr.io)
- replaced
dockerhub-*andghcr-*inputs with more flexiblecredentialsone - renamed
image-pathtoimage-name - added
platformsto support multiarch usingbuildx. - refactored and simplified action and scripts
- now internally using two main info:
DOCKER_TAGwith the version-onlyDOCKER_TAG_LATESTtrueorfalse.
v3
Added support for build-args.
v2
Prevent tag event from tagging images if no tag-pattern defined