We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e159c commit 8e49750Copy full SHA for 8e49750
1 file changed
.github/workflows/stage-3-build-images-devtest.yaml
@@ -117,6 +117,7 @@ jobs:
117
SHORT_COMMIT_HASH=$(git rev-parse --short ${GITHUB_SHA})
118
echo $SHORT_COMMIT_HASH
119
echo $PR_NUM_TAG
120
+ echo $GITHUB_REF
121
122
docker build -f Dockerfile.dotnet.base -t cohort-manager-dotnet-base:latest .
123
docker tag cohort-manager-dotnet-base:latest "ghcr.io/nhsdigital/cohort-manager-dotnet-base:${PR_NUM_TAG}"
0 commit comments