Skip to content

🐳Publish docker image for federation server #12

🐳Publish docker image for federation server

🐳Publish docker image for federation server #12

Workflow file for this run

on:
push:
branches: [ "tom-builds" ]
jobs:
test:
name: Build And Test
uses: ./.github/workflows/build-and-test.yml
secrets: inherit
publish-federation-server:
name: Publish Federation Server
uses: ./.github/workflows/publish-tom-federation-server.yml
secrets: inherit
publish-tom-server:
name: Publish ToM Server
uses: ./.github/workflows/publish-tom-server.yml
secrets: inherit
publish-matrix-invite:
name: Publish Matrix Invite
uses: ./.github/workflows/publish-matrix-invite.yml
secrets: inherit
upadte-docs:
name: Update Docs
uses: ./.github/workflows/update-docs.yml
secrets: inherit