Skip to content

Commit

Permalink
use docker readonly login to work around rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 7, 2023
1 parent 16c76fa commit 045cbfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
- uses: docker/login-action@v2
with:
username: awinterbuildrate
password: ${{ secrets.DOCKER_PUBLIC_READONLY_PAT }}
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
Expand Down

0 comments on commit 045cbfd

Please sign in to comment.