Skip to content

Commit 37002f8

Browse files
committed
changed to Dockerfile
1 parent a6436c9 commit 37002f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Build and push
3434
uses: docker/build-push-action@v2
3535
with:
36-
file: ./Dockerfile.production
36+
file: ./Dockerfile
3737
push: true
3838
tags: ${{ secrets.DOCKERHUB_USERNAME }}/forecasts:${{ env.RELEASE_VERSION }}
3939

0 commit comments

Comments
 (0)