From 9f0cb3e3243a404622bd1b3ee3d3d4334bc6ddf6 Mon Sep 17 00:00:00 2001 From: Patrick Darwinkel Date: Mon, 26 Feb 2024 17:20:13 +0100 Subject: [PATCH] Update workflow --- .github/workflows/build_docker_image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index ffecd15..90ae8c5 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -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