Move production to the default and devlopment to alternate

This commit is contained in:
Ryan W
2023-10-15 16:47:24 -07:00
parent 7840d6b9fc
commit d20e2bae89
9 changed files with 128 additions and 130 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./production.Dockerfile
file: ./Dockerfile
push: false
load: true
tags: ${{ env.TEST_TAG }}