We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6436c9 commit 37002f8Copy full SHA for 37002f8
.github/workflows/build_and_push.yml
@@ -33,7 +33,7 @@ jobs:
33
name: Build and push
34
uses: docker/build-push-action@v2
35
with:
36
- file: ./Dockerfile.production
+ file: ./Dockerfile
37
push: true
38
tags: ${{ secrets.DOCKERHUB_USERNAME }}/forecasts:${{ env.RELEASE_VERSION }}
39
0 commit comments