Skip to content

Commit

Permalink
missing docker login on github action before pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fchastanet committed Nov 16, 2023
1 parent 092911d commit 978065f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
- name: Install pre-commit
run: pip install pre-commit

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- uses: ouzi-dev/commit-status-updater@v2
with:
name: lint
Expand Down

0 comments on commit 978065f

Please sign in to comment.