Skip to content

Commit 2f02bea

Browse files
committed
chore: add Docker login in test jobs to increase DockerHub rate limit
1 parent 10040f7 commit 2f02bea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
- name: Checkout
4343
uses: actions/checkout@v4
4444

45+
- name: Login to DockerHub
46+
uses: docker/login-action@v3
47+
with:
48+
username: ${{ secrets.DOCKER_USERNAME }}
49+
password: ${{ secrets.DOCKER_PASSWORD }}
50+
4551
- name: Build image for testing
4652
uses: docker/build-push-action@v5
4753
with:

0 commit comments

Comments
 (0)