Skip to content

Commit ddbefbd

Browse files
committed
Merge branch 'fix/function-app-acr-is-optional' of https://github.com/NHSDigital/dtos-devops-templates into fix/function-app-acr-is-optional
2 parents 1b696d0 + 4770626 commit ddbefbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ env:
3838

3939
jobs:
4040
containers-to-build:
41+
name: Containers to build
4142
runs-on: ubuntu-latest
4243
permissions:
4344
contents: read
@@ -95,6 +96,7 @@ jobs:
9596
echo "short_commit_hash=$(git rev-parse --short ${GITHUB_SHA})" >> "${GITHUB_OUTPUT}"
9697
9798
build-and-push:
99+
name: Docker build and push
98100
if: needs.containers-to-build.outputs.containers != '[]'
99101
runs-on: ubuntu-latest
100102
permissions:
@@ -176,7 +178,7 @@ jobs:
176178
image_name: ${{ inputs.project_name }}-${{ matrix.function }}
177179

178180
tag-all-repositories:
179-
name: Add merge commit tag to all images
181+
name: Merge commit tag all images
180182
if: github.ref == 'refs/heads/main'
181183
runs-on: ubuntu-latest
182184
needs: [build-and-push, containers-to-build]
@@ -248,6 +250,7 @@ jobs:
248250
done
249251
250252
aggregate-reports:
253+
name: Aggregate reports
251254
runs-on: ubuntu-latest
252255
needs: [build-and-push, containers-to-build]
253256
env:

0 commit comments

Comments
 (0)