Move production to the default and devlopment to alternate
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user