diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-12-09 18:45:42 +0100 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-12-09 18:45:42 +0100 |
commit | aaf4e5c8654463cc5431d57db9163ad9ed558f53 (patch) | |
tree | e946b8bb28bfb717f5b09c9692b53f4aa0ed8877 /.github | |
parent | 8846de7312d447cd2866236493b6ae172fbebfa9 (diff) |
Use older sytest-dendrite image
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dendrite.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 593012ef..2c04005d 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -331,7 +331,8 @@ jobs: postgres: postgres api: full-http container: - image: matrixdotorg/sytest-dendrite:latest + # Temporary for debugging to see if this image is working better. + image: matrixdotorg/sytest-dendrite@sha256:434ad464a9f4ed3f8c3cc47200275b6ccb5c5031a8063daf4acea62be5a23c73 volumes: - ${{ github.workspace }}:/src - /root/.cache/go-build:/github/home/.cache/go-build |