We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c692e commit 586f842Copy full SHA for 586f842
1 file changed
.github/workflows/stage-3-build-images-devtest.yaml
@@ -150,7 +150,9 @@ jobs:
150
echo "DOTNET_BASE_IMAGE=ghcr.io/nhsdigital/cohort-manager-dotnet-base:${IMAGE_TAG}" >> "${GITHUB_OUTPUT}"
151
echo "FUNCTION_BASE_IMAGE=ghcr.io/nhsdigital/cohort-manager-function-base:${IMAGE_TAG}" >> "${GITHUB_OUTPUT}"
152
153
+ echo "The value of FUNCTION_BASE_IMAGE variable"
154
echo $FUNCTION_BASE_IMAGE
155
+ echo "."
156
157
158
0 commit comments