Skip to content

chore: add on_upgrade_room() to third_party_event_rules ModuleApi #56

chore: add on_upgrade_room() to third_party_event_rules ModuleApi

chore: add on_upgrade_room() to third_party_event_rules ModuleApi #56

Workflow file for this run

---
name: Docker
on:
push:
tags: ["v*.*.*_*"]
jobs:
docker:
uses: famedly/github-workflows/.github/workflows/docker.yml@main
with:
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
registry_user: famedly-ci
registry: docker-oss.nexus.famedly.de
image_name: synapse
file: docker/Dockerfile
tags: |
type=match,group=1,pattern=(v\d+.\d+.\d+)_\d+
type=match,group=1,pattern=(v\d+.\d+.\d+_\d+)
secrets: inherit