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 0d03db3 commit 8520730
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-matrix-invite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v41
with:
files: packages/matrix-invite/**/*
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/docker-ci-scripts@v5.1.0
Expand Down

0 comments on commit 8520730

Please sign in to comment.