Skip to content

Commit 8e49750

Browse files
committed
feat: devtest using pr number as image identifier
1 parent d7e159c commit 8e49750

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/stage-3-build-images-devtest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
SHORT_COMMIT_HASH=$(git rev-parse --short ${GITHUB_SHA})
118118
echo $SHORT_COMMIT_HASH
119119
echo $PR_NUM_TAG
120+
echo $GITHUB_REF
120121
121122
docker build -f Dockerfile.dotnet.base -t cohort-manager-dotnet-base:latest .
122123
docker tag cohort-manager-dotnet-base:latest "ghcr.io/nhsdigital/cohort-manager-dotnet-base:${PR_NUM_TAG}"

0 commit comments

Comments
 (0)