Skip to content

Commit

Permalink
fix: Update build-docker-image.yml
Browse files Browse the repository at this point in the history
Merge pull request #10 from DFE-Digital/fix-docker
  • Loading branch information
killij authored Dec 7, 2023
2 parents 8be0ab8 + efd3c6b commit d39cf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./src
file: Childrens-Social-Care-CPD-Indexer/Dockerfile
file: ./src/Childrens-Social-Care-CPD-Indexer/Dockerfile
#push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.IMAGE_TAGS }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit d39cf92

Please sign in to comment.