We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817fdd2 commit f33eb63Copy full SHA for f33eb63
.github/workflows/main.yml
@@ -18,8 +18,10 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
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).
23
- name: Run Radicale
- 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
25
26
- name: Set up Ruby
27
uses: ruby/setup-ruby@v1
0 commit comments