diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-25 13:25:02 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-25 13:25:02 +0000 |
commit | 28642683fcc0e36ff7d955db3cdc46b1d65a248b (patch) | |
tree | 7aadcac2cb47a43fbee9905f1b7cef9e18b3c35c /.github | |
parent | b113217a6d4023aa2b0c468eb2be38dd493ad821 (diff) |
Fix Docker flow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dendrite.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 715235d3..61285bf8 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -334,4 +334,4 @@ jobs: with: jobs: ${{ toJSON(needs) }} - name: Dispatch Docker build - uses: ./.github/workflows/dendrite.yml + uses: matrix-org/dendrite/.github/workflows/dendrite.yml |