Compare commits

...

2 commits

Author SHA1 Message Date
50cb92e2d4 Update actions/checkout action to v6
Some checks failed
/ Ansible Lint (push) Failing after 2m24s
/ Ansible Lint (pull_request) Failing after 2m31s
2026-01-13 02:45:42 +00:00
3e0fdfa8de
pretalx(host): roll back to pretalx v2025.1.0 as v2025.2.2 doesn't work
Some checks failed
/ Ansible Lint (push) Failing after 1m56s
2026-01-13 03:43:28 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
name: Ansible Lint
runs-on: docker
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install pip
run: |
apt update

View file

@ -33,7 +33,7 @@ services:
- pretalx_net
pretalx:
image: docker.io/pretalx/standalone:v2025.2.2
image: docker.io/pretalx/standalone:v2025.1.0
entrypoint: gunicorn
command:
- "pretalx.wsgi"