Skip to content

Releases: peter-evans/dockerhub-description

Docker Hub Description v2.4.3

15 Jun 04:58
616d1b6
Compare
Choose a tag to compare
  • A small improvement to capture the error responses from Docker Hub when acquiring a token

Docker Hub Description v2.4.2

05 Feb 01:49
4b07625
Compare
Choose a tag to compare
  • Fixes an issue that occurs when the repository name contains uppercase characters

Docker Hub Description v2.4.1

27 Oct 01:47
1d0dd56
Compare
Choose a tag to compare
  • Fixed a bug where request errors were not being caught

Docker Hub Description v2.4.0

25 Sep 06:56
Compare
Choose a tag to compare
  • Refactored to a Typescript action. (non-breaking)
  • Inputs can now be set via with. Environment variable inputs and aliases continue to work for backwards compatibility.
  • Added input short-description to update the Docker Hub "description" field.

Docker Hub Description v2.3.1

22 Aug 00:54
Compare
Choose a tag to compare
  • Adds a check to determine if the readme file exists before proceeding.

Docker Hub Description v2.3.0

02 Aug 08:35
Compare
Choose a tag to compare
  • Outputs a clearer action result message in the run log.

Docker Hub Description v2.2.0

30 Jun 06:18
Compare
Choose a tag to compare
  • Adds compatibility with configuration sources used by other tools. Environment variables now have the aliases DOCKER_USERNAME, DOCKER_PASSWORD and DOCKER_REPOSITORY. Additionally, the target Docker repository will fall back to GITHUB_REPOSITORY if not set. #12

Docker Hub Description v2.1.1

28 Mar 01:09
Compare
Choose a tag to compare
  • Adds a check to determine if the file size exceeds the maximum allowed 25,000 bytes

Docker Hub Description v2.1.0

03 Oct 07:50
7567c7b
Compare
Choose a tag to compare
  • Converted to Actions v2 container action. Now fetches the image instead of building from scratch. Should execute faster.

Docker Hub Description v2.0.0

22 Aug 02:00
Compare
Choose a tag to compare
  • Breaking change: DOCKERHUB_USERNAME is no longer incorporated into the repository path. DOCKERHUB_REPOSITORY should be set in the format <namespace>/<name>.