ci: always login to the Docker Hub to mitigate rate limiting issues

This commit is contained in:
Kévin Dunglas
2025-05-19 10:55:07 +02:00
parent 8820e53819
commit d72751b9fd
2 changed files with 0 additions and 3 deletions

View File

@@ -100,7 +100,6 @@ jobs:
with:
platforms: ${{ matrix.platform }}
- name: Login to DockerHub
if: ${{ fromJson(needs.prepare.outputs.push) && !matrix.debug && !matrix.mimalloc }}
uses: docker/login-action@v3
with:
username: ${{ secrets.REGISTRY_USERNAME }}
@@ -204,7 +203,6 @@ jobs:
with:
platforms: ${{ matrix.platform }}
- name: Login to DockerHub
if: ${{ fromJson(needs.prepare.outputs.push) }}
uses: docker/login-action@v3
with:
username: ${{ secrets.REGISTRY_USERNAME }}