Skip to content

Commit

Permalink
Update build-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
killij committed Dec 7, 2023
1 parent cb836b2 commit e18d86e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v5
with:
context: ./src/Childrens-Social-Care-CPD-Indexer
context: ./src
file: {context}/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 e18d86e

Please sign in to comment.