Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwinkel committed Feb 26, 2024
1 parent 4bc2bbd commit 9f0cb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/checkout@v4

- name: Install poetry
uses: curl -sSL https://install.python-poetry.org | python3 -
run: curl -sSL https://install.python-poetry.org | python3 -

- name: Export requirements
uses: poetry export -o requirements.txt --only main,deploy
run: poetry export -o requirements.txt --only main,deploy

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 9f0cb3e

Please sign in to comment.