Skip to content

Switch to docker/build-push-action@v4 #81

Switch to docker/build-push-action@v4

Switch to docker/build-push-action@v4 #81

Workflow file for this run

on:
push:
branches:
- main
- master
jobs:
test:
name: Build And Test
uses: ./.github/workflows/build-and-test.yml
secrets: inherit
publish-federated-identity-service:
name: Publish Federated Identity Service
uses: ./.github/workflows/publish-tom-federated-identity-service.yml
needs: [test]
secrets: inherit
publish-tom-server:
name: Publish ToM Server
uses: ./.github/workflows/publish-tom-server.yml
needs: [test]
secrets: inherit
publish-matrix-invite:
name: Publish Matrix Invite
uses: ./.github/workflows/publish-matrix-invite.yml
needs: [test]
secrets: inherit