Skip to content

Commit

Permalink
ci: login to dockerhub to avoid rate limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Oct 16, 2024
1 parent d51c659 commit 644c876
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
run: |-
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_LOGIN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 644c876

Please sign in to comment.