Publish-Docker-Github-Action
Publish-Docker-Github-Action copied to clipboard
Want: Append the github commit message to the description of the docker image.
I want to integrate the github commit message to the description of the docker image.
this project may provide some configuration items for the yaml file, like:
description: this is your docker image, with changes $GITHUB_COMMIT_MESSAGE ($GITHUB_SHA)
$GITHUB_COMMIT_MESSAGE may be a new one, but $GITHUB_SHA exists.
Did you try using a label that is filled using a buildarg?