From c2781342d9ebf9601bd96a124909ecab434cd654 Mon Sep 17 00:00:00 2001 From: Michael Justus <209924279+micjustus-nc@users.noreply.github.com> Date: Tue, 27 May 2025 20:40:32 +0100 Subject: [PATCH 1/2] Nothing. Absolutely Nothing. Just for show. --- src/ServiceLayer.API/Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ServiceLayer.API/Program.cs b/src/ServiceLayer.API/Program.cs index 6bf7313..83eacfc 100644 --- a/src/ServiceLayer.API/Program.cs +++ b/src/ServiceLayer.API/Program.cs @@ -27,3 +27,6 @@ .Build(); await host.RunAsync(); + + + From 8600737e27222cd5440b6f56e35550059c08005f Mon Sep 17 00:00:00 2001 From: Michael Justus <209924279+micjustus-nc@users.noreply.github.com> Date: Tue, 27 May 2025 20:44:59 +0100 Subject: [PATCH 2/2] Update the devops template reference --- .github/workflows/cicd-1-pull-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd-1-pull-request.yaml b/.github/workflows/cicd-1-pull-request.yaml index cbf106a..e42dbeb 100644 --- a/.github/workflows/cicd-1-pull-request.yaml +++ b/.github/workflows/cicd-1-pull-request.yaml @@ -100,10 +100,10 @@ jobs: terraform_version: "${{ needs.metadata.outputs.terraform_version }}" version: "${{ needs.metadata.outputs.version }}" secrets: inherit - build-image-stage: # Recommended maximum execution time is 3 minutes + build-stage: # Recommended maximum execution time is 3 minutes name: Image build stage needs: [metadata, commit-stage, test-stage] - uses: NHSDigital/dtos-devops-templates/.github/workflows/stage-3-build-images.yaml@main + uses: NHSDigital/dtos-devops-templates/.github/workflows/stage-3-build.yaml@702fa9677b228272573f981025478a88d04da00e if: needs.metadata.outputs.does_pull_request_exist == 'true' || github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened')) with: docker_compose_file: ./compose.yaml