diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9a808ecd..ef7ce693 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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 @@ -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'