chore: add Docker login in test jobs to increase DockerHub rate limit

This commit is contained in:
le0m
2025-04-10 11:30:15 +02:00
parent 10040f70b8
commit 2f02bea3ae
+6
View File
@@ -42,6 +42,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build image for testing
uses: docker/build-push-action@v5
with: