Skip to content

Releases: openzim/docker-publish-action

v10

20 Mar 15:40
Compare
Choose a tag to compare
  • Defaults to ghcr.io only (removed docker.io from default)

v9

20 Apr 09:58
Compare
Choose a tag to compare

Fixed schedule runs

v8

02 Mar 11:56
911294b
Compare
Choose a tag to compare

Now supports setting description and overview on docker.io's Hub

v7

30 Oct 16:14
Compare
Choose a tag to compare

Now supports adding a webhook to call on successful push

v6

28 Sep 14:53
Compare
Choose a tag to compare

Now works with Schedule runs as well

v5

08 Jan 15:18
Compare
Choose a tag to compare
  • now supports a manual tag override through manual-tag.
  • special build-arg value {version} replaced with {tag}.

v4

07 Jan 23:07
809eacc
Compare
Choose a tag to compare
  • added support for any registries (still defaults to docker.io + ghcr.io)
  • replaced dockerhub-* and ghcr-* inputs with more flexible credentials one
  • renamed image-path to image-name
  • added platforms to support multiarch using buildx.
  • refactored and simplified action and scripts
  • now internally using two main info:
  • DOCKER_TAG with the version-only
  • DOCKER_TAG_LATEST true or false.

v3

05 Jan 14:43
Compare
Choose a tag to compare

Added support for build-args.

v2

28 Dec 13:08
Compare
Choose a tag to compare

Prevent tag event from tagging images if no tag-pattern defined

First version

22 Dec 15:26
Compare
Choose a tag to compare