From 6b56862b6b9f7202e972bb92ba037c89100892d4 Mon Sep 17 00:00:00 2001 From: Mario Winkler <168550098+mario-winkler@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:57:38 +0200 Subject: [PATCH] Update build-publish-image.yml --- .github/workflows/build-publish-image.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-publish-image.yml b/.github/workflows/build-publish-image.yml index b8480db..3f4b737 100644 --- a/.github/workflows/build-publish-image.yml +++ b/.github/workflows/build-publish-image.yml @@ -18,7 +18,7 @@ jobs: with: python-version: '3.11' - name: Install dependencies - run: python -m pip install --upgrade pip flake8 black pytest hatch + run: python -m pip install --upgrade pip flake8 black hatch - name: Analyse code run: flake8 --max-line-length 120 --count --statistics src/ - name: Check code format @@ -45,8 +45,7 @@ jobs: - name: Determine harvester version run: | hatch version - echo "HARVESTER_VERSION=$(hatch version)" >> $GITHUB_ENV - echo $HARVESTER_VERSION + echo "HARVESTER_VERSION=$(hatch version)" >> $GITHUB_ENV - name: Build and push uses: docker/build-push-action@v6 with: