Skip to content

Commit d88f75a

Browse files
Fix incorrect Docker image reference in CI
1 parent c75e8c2 commit d88f75a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Pull/cache Docker images
140140
run: |
141-
docker pull doubleuynn/calibre-web-automated:latest || true
141+
docker pull crocodilestick/calibre-web-automated:latest || true
142142
docker pull python:3.13-slim || true
143143
144144
- name: Run Docker integration tests

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
303303
- zhiyue (1 commits)
304304
# Fork Contributors (crocodilestick/calibre-web-automated)
305305

306-
- crocodilestick (783 commits)
306+
- crocodilestick (784 commits)
307307
- jmarmstrong1207 (73 commits)
308308
- demitrix (30 commits)
309309
- sirwolfgang (29 commits)

0 commit comments

Comments
 (0)