Skip to content

Commit

Permalink
Update build-publish-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-winkler authored Oct 18, 2024
1 parent 8b63eba commit 6b56862
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 6b56862

Please sign in to comment.