Skip to content

Commit

Permalink
fix: Push to registry was not being set
Browse files Browse the repository at this point in the history
Merge pull request #11 from DFE-Digital/fix-docker
  • Loading branch information
killij authored Dec 7, 2023
2 parents d39cf92 + 8e884ed commit 83013dd
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 @@ -72,7 +72,7 @@ jobs:
with:
context: ./src
file: ./src/Childrens-Social-Care-CPD-Indexer/Dockerfile
#push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ env.IMAGE_TAGS }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit 83013dd

Please sign in to comment.