From 7f3d42bb467f9eb65569d743b818af0e1faff329 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 25 Mar 2022 13:29:09 +0000 Subject: [PATCH] Use correct path name --- .github/workflows/dendrite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 8c4fc2259..82055199f 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