Skip to content

Commit

Permalink
Context
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Oct 8, 2023
1 parent e9b5d0a commit dd42e1a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
with:
python-version: "3.10"
- name: Install dependencies
with:
context: .
run: |
python -m pip install --upgrade pip
pip install flake8
pip install -r requirements.txt
run: |
python -m pip install --upgrade pip
pip install flake8
pip install -r requirements.txt
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -46,5 +44,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{secrets.DOCKER_USER}}/sausage_bot:latest

0 comments on commit dd42e1a

Please sign in to comment.