Compare commits
No commits in common. "main" and "1.130.0" have entirely different histories.
3 changed files with 13 additions and 2 deletions
12
.gitea/workflows/container.yaml
Normal file
12
.gitea/workflows/container.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
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 }}
|
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
|||
poetry \
|
||||
git
|
||||
|
||||
ENV VERSION=v1.131.0
|
||||
ENV VERSION=v1.130.0
|
||||
RUN git clone https://github.com/element-hq/synapse.git
|
||||
WORKDIR /synapse
|
||||
RUN git checkout $VERSION
|
||||
|
|
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -1 +0,0 @@
|
|||
multiarch_container()
|
Loading…
Add table
Add a link
Reference in a new issue