Skip to content

Commit f33eb63

Browse files
committed
Avoid broken Radicale releases in CI
1 parent 817fdd2 commit f33eb63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020

21+
# Locking to 3.1.9 as 3.1.9-1 and 3.1.9-2 are both broken (and nothing newer
22+
# has been released at this point).
2123
- name: Run Radicale
22-
run: docker run -v ${{ github.workspace }}/spec/data/radicale:/var/radicale --name radicale --publish 8000:8000 --detach xlrl/radicale
24+
run: docker run -v ${{ github.workspace }}/spec/data/radicale:/var/radicale --name radicale --publish 8000:8000 --detach xlrl/radicale:3.1.9
2325

2426
- name: Set up Ruby
2527
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)