Compare commits

..

2 commits

Author SHA1 Message Date
0e421f2660
setup jenkins
All checks were successful
Vanwa Containers/matrix-synapse/pipeline/tag This commit looks good
2025-06-06 08:59:29 +02:00
b7ffb89f17
push to 1.131.0
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
2025-06-06 08:57:05 +02:00
3 changed files with 2 additions and 13 deletions

View file

@ -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 }}

View file

@ -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

1
Jenkinsfile vendored Normal file
View file

@ -0,0 +1 @@
multiarch_container()