Skip to content

Commit 274b8c9

Browse files
author
David Robertson
committed
Screw building Synapse docker image
just pull the build image from dockerhub
1 parent 64ff7cb commit 274b8c9

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
17-
- name: Prepare the Docker image for Synapse `develop`
18-
run: test/before_test.sh
17+
# When CI ran on BuildKite, we used to also run the following script to build a
18+
# Synapse docker image from scratch.
19+
# I leave it here for posterity and completeness.
20+
# - name: Prepare the Docker image for Synapse `develop`
21+
# run: test/before_test.sh
1922
- name: Setup services and launch tests
2023
run: docker-compose up --build --abort-on-container-exit
2124

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A Dockerfile used for running tests.
22
# This Dockerfile should work for other plug-ins, too.
33

4-
FROM matrixdotorg/synapse:latest
4+
FROM matrixdotorg/synapse:develop
55

66
# Install extension.
77
WORKDIR /data

0 commit comments

Comments
 (0)