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 18cbf7e commit f8bfe9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-tom-federation-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v41
with:
files: packages/federation-server/**/*
files: |
packages/federation-server/**/*
.github/workflows/**
- name: Build and publish matrix-invite docker image
if: steps.changed-files.outputs.any_changed == 'true'
uses: philips-software/[email protected]
Expand Down

0 comments on commit f8bfe9c

Please sign in to comment.