Skip to content

Commit

Permalink
ci: Fixes the autodeploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Oct 25, 2023
1 parent 323d244 commit cea87a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
poetry-version: "1.6.1"
- name: Resolve dependencies
run: poetry export -f requirements.txt --without-hashes --output src/app/requirements.txt
run: poetry export -f requirements.txt --without-hashes --output requirements.txt
- name: Build docker
run: docker build src/. -t pyronear/pyro-platform:latest
run: docker build . -t pyronear/pyro-platform:latest
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit cea87a0

Please sign in to comment.