Skip to content

Commit

Permalink
MAN-227 - update docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 20, 2024
1 parent 3ab460b commit 405d077
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
uses: ./.github/workflows/node_build.yml # WORKFLOW_VERSION
secrets: inherit
# generic node unit tests - feel free to override with local tests if required
node_unit_tests:
name: node unit tests
uses: ministryofjustice/hmpps-github-actions/.github/workflows/node_unit_tests.yml@v2 # WORKFLOW_VERSION
needs: [node_build]
secrets: inherit
# node_unit_tests:
# name: node unit tests
# uses: ministryofjustice/hmpps-github-actions/.github/workflows/node_unit_tests.yml@v2 # WORKFLOW_VERSION
# needs: [node_build]
# secrets: inherit
# generic node integration tests using wiremock - feel free to override with local tests if required
# node_integration_tests:
# name: node integration tests
Expand All @@ -61,9 +61,9 @@ jobs:
name: Build docker image from hmpps-github-actions
# if: github.ref == 'refs/heads/main'
uses: ./.github/workflows/docker_build.yml # WORKFLOW_VERSION
needs:
- node_integration_tests
- node_unit_tests
# needs:
# - node_integration_tests
# - node_unit_tests
with:
docker_registry: 'ghcr.io'
registry_org: 'ministryofjustice'
Expand Down

0 comments on commit 405d077

Please sign in to comment.