We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Did you try using a label that is filled using a buildarg?
Sorry, something went wrong.
elgohr
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: