feat: Gitea Actions Workflow für automatischen Synapse-Image-Build

This commit is contained in:
2026-03-26 19:07:16 +01:00
parent 0851c420f7
commit a0e2b348a0
2 changed files with 145 additions and 1 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
FROM matrixdotorg/synapse:latest
ARG SYNAPSE_VERSION=latest
FROM matrixdotorg/synapse:${SYNAPSE_VERSION}
RUN pip install --no-cache-dir synapse-http-antispam