Skip to content

Commit

Permalink
Added Dockerfile.prod to docker build step
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmwinuka committed Jul 6, 2024
1 parent 48615a5 commit 88e23d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: ./Dockerfile.prod
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 88e23d9

Please sign in to comment.