Publish-Docker-Github-Action icon indicating copy to clipboard operation
Publish-Docker-Github-Action copied to clipboard

Want: Append the github commit message to the description of the docker image.

Open MaoJianwei opened this issue 1 year ago • 1 comments

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.

MaoJianwei avatar Nov 05 '24 09:11 MaoJianwei

Did you try using a label that is filled using a buildarg?

elgohr avatar Nov 05 '24 15:11 elgohr