Skip to content

Commit

Permalink
use the docker-build
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Dec 23, 2024
1 parent 5df1c01 commit 2eb0465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
build:
name: Build docker image from hmpps-github-actions
if: github.ref == 'refs/heads/main'
uses: ministryofjustice/hmpps-github-actions/.github/workflows/docker_build.yml@v2 # WORKFLOW_VERSION
uses: ministryofjustice/hmpps-github-actions/.github/workflows/docker_build.yml@HEAT-462-deployment-migration-script # WORKFLOW_VERSION
needs:
- node_integration_tests
- node_unit_tests
Expand All @@ -72,7 +72,7 @@ jobs:
needs:
- build
- helm_lint
uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2 # WORKFLOW_VERSION
uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@HEAT-462-deployment-migration-script # WORKFLOW_VERSION
secrets: inherit
with:
environment: 'dev'
Expand Down

0 comments on commit 2eb0465

Please sign in to comment.