Skip to content

Commit

Permalink
docker file for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmankeshraj committed Jul 30, 2023
1 parent a365b31 commit 1b8cf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
context: ./
file: ./Dockerfile
push: true
tags: ${{secrets.DOCKERHUB_USERNAME}}/fastapi:latest

0 comments on commit 1b8cf3b

Please sign in to comment.