Skip to content

Commit

Permalink
ci: Fixes dockerhub job (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Jan 28, 2024
1 parent 0bfd380 commit 1c56d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Resolve dependencies
run: cd api && poetry export -f requirements.txt --without-hashes --output requirements.txt
- name: Build docker
run: cd api && docker build src/. -t frgfm/holocron:latest
run: cd api && docker build api/. -t frgfm/holocron:latest
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 1c56d19

Please sign in to comment.