Currently, this action has no way to provide build args. While there are countless uses, a concrete example is to populate an environment variable with a commit hash to produce a versioned build without needing to include .git in the build context (which is faster and more secure).
Currently, this action has no way to provide build args. While there are countless uses, a concrete example is to populate an environment variable with a commit hash to produce a versioned build without needing to include
.gitin the build context (which is faster and more secure).