mirror of
https://github.com/parrazam/radicale-docker.git
synced 2025-11-29 00:21:15 +01:00
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0eef9cb964 | ||
|
|
75562b1136 |
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-snapshot.yml
vendored
2
.github/workflows/build-snapshot.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up QEMU
|
||||
id: qemu
|
||||
|
|
|
|||
2
.github/workflows/build-tag.yml
vendored
2
.github/workflows/build-tag.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install cosign
|
||||
uses: sigstore/cosign-installer@main
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ARG VERSION=latest
|
||||
FROM tomsquest/docker-radicale:3.5.4.0
|
||||
FROM tomsquest/docker-radicale:3.5.7.0
|
||||
|
||||
RUN /venv/bin/pip install --upgrade git+https://github.com/Unrud/RadicaleInfCloud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue