Skip to content

Commit

Permalink
Update ci.yml Dockerfile context
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Aug 25, 2023
1 parent 866c17b commit 1769ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: src/Dockerfile
context: src
file: ./Dockerfile
push: true
tags: san99tiago/fastapi-docker-github-actions:latest

0 comments on commit 1769ea3

Please sign in to comment.