Skip to content

Commit

Permalink
Merge pull request #150 from willkee/img-fix
Browse files Browse the repository at this point in the history
fixing main.yml
  • Loading branch information
willkee authored Jul 18, 2023
2 parents 39d7623 + 9203092 commit 0b32059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- run: pip install pipenv

- name: Update requirments.txt for container install
run: pipenv lock > requirements.txt
run: pipenv lock --requirements > requirements.txt


- name: Login to Heroku Container registry
env:
Expand Down

0 comments on commit 0b32059

Please sign in to comment.