Skip to content

Commit

Permalink
MAN-227 - update local docker build file
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 19, 2024
1 parent 113be7b commit ead4f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
steps:
- id: app_version
name: Application version creators
uses: ./.github/actions/build-test-and-deploy/create_app_version # WORKFLOW_VERSION
uses: ministryofjustice/hmpps-github-actions/.github/actions/build-test-and-deploy/create_app_version@v2 # WORKFLOW_VERSION
- uses: ./.github/actions/build-test-and-deploy/build_docker # WORKFLOW_VERSION
if: ${{ ( inputs.docker_registry == 'ghcr.io' ) && ( ! inputs.docker_multiplatform )}}
with:
Expand Down

0 comments on commit ead4f90

Please sign in to comment.