mirror of
https://github.com/parrazam/radicale-docker.git
synced 2025-11-30 06:40:12 +01:00
Compare commits
No commits in common. "master" and "3.5.4.0" have entirely different histories.
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@v5
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- 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@v5
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install cosign
|
||||
uses: sigstore/cosign-installer@main
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ARG VERSION=latest
|
||||
FROM tomsquest/docker-radicale:3.5.7.0
|
||||
FROM tomsquest/docker-radicale:3.5.4.0
|
||||
|
||||
RUN /venv/bin/pip install --upgrade git+https://github.com/Unrud/RadicaleInfCloud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue