Skip to content

Commit

Permalink
Reference feature branch image building workflow in devops templates
Browse files Browse the repository at this point in the history
  • Loading branch information
steventux committed Jan 14, 2025
1 parent 01003ea commit f35b156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-1-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
build-image-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
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'))
uses: NHSDigital/dtos-devops-templates/.github/workflows/stage-3-build-images.yaml@commgt-feature-branch-deployment
if: needs.metadata.outputs.does_pull_request_exist == 'true' || github.ref == 'refs/heads/feature-flask-function-app-terraform' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
with:
docker_compose_file: ./compose.yml
excluded_containers_csv_list: azurite,azurite-setup,db,end-to-end-tests
Expand Down

0 comments on commit f35b156

Please sign in to comment.