Releases: peter-evans/dockerhub-description
Releases · peter-evans/dockerhub-description
Docker Hub Description v2.4.3
- A small improvement to capture the error responses from Docker Hub when acquiring a token
Docker Hub Description v2.4.2
- Fixes an issue that occurs when the repository name contains uppercase characters
Docker Hub Description v2.4.1
- Fixed a bug where request errors were not being caught
Docker Hub Description v2.4.0
- 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
- Adds a check to determine if the readme file exists before proceeding.
Docker Hub Description v2.3.0
- Outputs a clearer action result message in the run log.
Docker Hub Description v2.2.0
- Adds compatibility with configuration sources used by other tools. Environment variables now have the aliases
DOCKER_USERNAME
,DOCKER_PASSWORD
andDOCKER_REPOSITORY
. Additionally, the target Docker repository will fall back toGITHUB_REPOSITORY
if not set. #12
Docker Hub Description v2.1.1
- Adds a check to determine if the file size exceeds the maximum allowed 25,000 bytes
Docker Hub Description v2.1.0
- Converted to Actions v2 container action. Now fetches the image instead of building from scratch. Should execute faster.
Docker Hub Description v2.0.0
- Breaking change:
DOCKERHUB_USERNAME
is no longer incorporated into the repository path.DOCKERHUB_REPOSITORY
should be set in the format<namespace>/<name>
.