cqframework / cqf-ruler

FHIR Clinical Reasoning Module Server
Apache License 2.0
63 stars 49 forks source link

Add commit hash label and env variables to docker image #658

Closed JPercival closed 2 years ago

JPercival commented 2 years ago

Resolves #657

The commandline equivalent to the travis script is:

docker build . -t "$DOCKER_TAG" --build-arg COMMIT_HASH=$(git rev-parse HEAD)