diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-25 13:29:09 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-25 13:29:09 +0000 |
commit | 7f3d42bb467f9eb65569d743b818af0e1faff329 (patch) | |
tree | bb660e376d849f827bf38664d8ea1baf6834af29 | |
parent | 62bd5592751e920bf0b1d04bc5e5ad28dc7a5c33 (diff) |
Use correct path name
-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 8c4fc225..82055199 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -337,4 +337,4 @@ jobs: name: Update Docker images if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main' needs: [integration-tests-done] - uses: matrix-org/dendrite/.github/workflows/dendrite.yml@main + uses: matrix-org/dendrite/.github/workflows/docker.yml@main |