Compare commits
3 Commits
539cc3f608
...
5f000c1ec0
| Author | SHA1 | Date | |
|---|---|---|---|
|
5f000c1ec0
|
|||
| 9f4677404c | |||
| f03d5481f9 |
@@ -18,7 +18,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
render-manifests-push:
|
render-manifests-push:
|
||||||
runs-on: ubuntu-js
|
runs-on: ubuntu-js
|
||||||
if: gitea.event.pusher.username != 'renovate-bot'
|
if: gitea.event.commits[0].author.name != 'renovate-bot'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Main
|
- name: Checkout Main
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ element-web:
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: vectorim/element-web
|
repository: vectorim/element-web
|
||||||
tag: v1.12.5
|
tag: v1.12.6
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
defaultServer:
|
defaultServer:
|
||||||
url: https://matrix.alexlebens.dev
|
url: https://matrix.alexlebens.dev
|
||||||
|
|||||||
Reference in New Issue
Block a user