Skip to content

Commit

Permalink
brainfart
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Oct 8, 2023
1 parent 5ef0cee commit e9c2f50
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}}
run: |
python -m pytest
- name: Login to Docker Hub
Expand All @@ -46,7 +46,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
file: ./dockerfile
push: true
tags: ${{secrets.DOCKER_USER}}/sausage_bot:latest

0 comments on commit e9c2f50

Please sign in to comment.