From b7ffb89f172cd58587bedb98fe051b6e7ccc918d Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 6 Jun 2025 08:57:05 +0200 Subject: [PATCH 1/2] push to 1.131.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e09197b..0667d99 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ poetry \ git -ENV VERSION=v1.130.0 +ENV VERSION=v1.131.0 RUN git clone https://github.com/element-hq/synapse.git WORKDIR /synapse RUN git checkout $VERSION From 0e421f266010342330401ae1bda762cc7562ce22 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 6 Jun 2025 08:59:29 +0200 Subject: [PATCH 2/2] setup jenkins --- .gitea/workflows/container.yaml | 12 ------------ Jenkinsfile | 1 + 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .gitea/workflows/container.yaml create mode 100644 Jenkinsfile diff --git a/.gitea/workflows/container.yaml b/.gitea/workflows/container.yaml deleted file mode 100644 index e48b3fd..0000000 --- a/.gitea/workflows/container.yaml +++ /dev/null @@ -1,12 +0,0 @@ -name: Build Multiarch Container Image -on: [push] -jobs: - call-reusable-workflow: - uses: container/multiarch-build-workflow/.gitea/workflows/build.yaml@main - with: - repository: ${{ gitea.repository }} - ref_name: ${{ gitea.ref_name }} - sha: ${{ gitea.sha }} - registry_url: ${{ secrets.REGISTRY_URL }} - registry_user: ${{ secrets.REGISTRY_USER }} - registry_pw: ${{ secrets.REGISTRY_PW }} diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..a8bfde8 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1 @@ +multiarch_container()