Skip to content

Commit

Permalink
Use Dockerfile.prod in Build action
Browse files Browse the repository at this point in the history
  • Loading branch information
moseshll authored Apr 15, 2024
1 parent b8f7568 commit 173e7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: hathitrust/github_actions/[email protected]
with:
image: ghcr.io/${{ github.repository }}-unstable
dockerfile: Dockerfile
dockerfile: Dockerfile.prod
img_tag: ${{ inputs.img_tag }}
tag: ${{ inputs.ref }}
push_latest: ${{ inputs.push_latest}}
Expand Down

0 comments on commit 173e7c7

Please sign in to comment.