Skip to content

Commit

Permalink
Remove version number for local workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Geraghty committed Jan 29, 2025
1 parent 5cd8c5c commit ee7079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
environment: ${{ matrix.environments }}
build:
name: Build docker image from hmpps-github-actions
uses: ./.github/workflows/docker_build.yml@v2 # WORKFLOW_VERSION
uses: ./.github/workflows/docker_build.yml
needs:
- node_unit_tests
with:
Expand Down

0 comments on commit ee7079a

Please sign in to comment.