is there a way to set a docker's tag to current co...
# general
a
is there a way to set a docker's tag to current commit SHA hermetically? i.e. without relying on an external env var, such as
GIT_COMMIT
. Ideally, some pants hook would run
$(git rev-parse HEAD)
and inject the output as build_arg.
c