From 173e7c7f7305d456419e25afa8bde4b2f8a39732 Mon Sep 17 00:00:00 2001 From: "Brian \"Moses\" Hall" Date: Mon, 15 Apr 2024 15:59:58 -0400 Subject: [PATCH] Use Dockerfile.prod in Build action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a72b66..f6f82e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: uses: hathitrust/github_actions/build@v1.4.0 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}}