Open MaoJianwei opened 3 weeks ago
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?
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:
$GITHUB_COMMIT_MESSAGE may be a new one, but $GITHUB_SHA exists.