Skip to content

Commit d02d04b

Browse files
committed
feat: test devtest with new base images
1 parent 70252de commit d02d04b

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
@@ -115,6 +115,7 @@ jobs:
115115
run: |
116116
PR_NUM_TAG=$(echo "${GITHUB_REF}" | sed 's/refs\/pull\/\([0-9]*\)\/merge/\1/')
117117
SHORT_COMMIT_HASH=$(git rev-parse --short ${GITHUB_SHA})
118+
echo SHORT_COMMIT_HASH
118119
119120
docker build -f Dockerfile.dotnet.base -t cohort-manager-dotnet-base:latest .
120121
docker tag cohort-manager-dotnet-base:latest "ghcr.io/nhsdigital/cohort-manager-dotnet-base:${PR_NUM_TAG}"

0 commit comments

Comments
 (0)