Skip to content

Commit

Permalink
🐳Publish docker image for federation server
Browse files Browse the repository at this point in the history
  • Loading branch information
shepilov committed Jan 31, 2024
1 parent 2138f8e commit ec54776
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-tom-federation-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
name: publish-tom-federation-server

on:
workflow_run:
branches: [ "tom-builds" ]
workflows: [build-and-test]
types:
- completed
workflow_call:

jobs:
publish-docker:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ jobs:
test:
name: Build And Test
uses: ./.github/workflows/build-and-test.yml
secrets: inherit
publish:
name: Publish Federation Server
uses: ./.github/workflows/publish-tom-federation-server.yml
secrets: inherit

0 comments on commit ec54776

Please sign in to comment.