Skip to content

Commit

Permalink
build: Use prod Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Aug 22, 2024
1 parent 2432cee commit a7e3f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
id: push
with:
context: ${{ inputs.app }}
file: ${{ inputs.app }}/Dockerfile.prod
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.output.labels }}
push: true
Expand Down

0 comments on commit a7e3f5f

Please sign in to comment.