Skip to content

Commit d72751b

Browse files
committed
ci: always login to the Docker Hub to mitigate rate limiting issues
1 parent 8820e53 commit d72751b

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ jobs:
133133
with:
134134
platforms: ${{ matrix.platform }}
135135
- name: Login to DockerHub
136-
if: fromJson(needs.prepare.outputs.push)
137136
uses: docker/login-action@v3
138137
with:
139138
username: ${{ secrets.REGISTRY_USERNAME }}

.github/workflows/static.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ jobs:
100100
with:
101101
platforms: ${{ matrix.platform }}
102102
- name: Login to DockerHub
103-
if: ${{ fromJson(needs.prepare.outputs.push) && !matrix.debug && !matrix.mimalloc }}
104103
uses: docker/login-action@v3
105104
with:
106105
username: ${{ secrets.REGISTRY_USERNAME }}
@@ -204,7 +203,6 @@ jobs:
204203
with:
205204
platforms: ${{ matrix.platform }}
206205
- name: Login to DockerHub
207-
if: ${{ fromJson(needs.prepare.outputs.push) }}
208206
uses: docker/login-action@v3
209207
with:
210208
username: ${{ secrets.REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)