Skip to content

Commit bd4e953

Browse files
committed
Log into Docker Hub
Docker have implemented rate limiting that this repository hits.
1 parent 6cdb6d2 commit bd4e953

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
matrix:
3131
test: ${{ fromJson(needs.collect.outputs.matrix) }}
3232
steps:
33+
- name: Login to Docker Hub
34+
uses: docker/login-action@v3
35+
with:
36+
username: ${{ secrets.DOCKERHUB_USERNAME }}
37+
password: ${{ secrets.DOCKERHUB_TOKEN }}
38+
3339
- name: Checking out moodle-local_ci
3440
uses: actions/checkout@v4
3541
with:

0 commit comments

Comments
 (0)