summary refs log tree commit diff
path: root/.buildkite
diff options
context:
space:
mode:
authorAmber H. Brown <hawkowl@atleastfornow.net>2019-07-17 04:00:34 +1000
committerAmber H. Brown <hawkowl@atleastfornow.net>2019-07-17 04:00:34 +1000
commitc1777f51a961132b377648a519acd33444fe5f60 (patch)
treeb3c7964eaafd5175c52d6d8b0a5486165d807314 /.buildkite
parentsee if we can do a build! (diff)
downloadsynapse-c1777f51a961132b377648a519acd33444fe5f60.tar.xz
try now
Diffstat (limited to '.buildkite')
-rw-r--r--.buildkite/pipeline.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
index 06880303ee..02910d387e 100644
--- a/.buildkite/pipeline.yml
+++ b/.buildkite/pipeline.yml
@@ -240,7 +240,7 @@ steps:
       queue: "release"
     branches: "shhs shhs-*"
     command:
-      - "docker build -f docker/Dockerfile-optimised --build-arg PYTHON_VERSION=3.6 --build-arg MARCH=skylake-avx512 . -t matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512"
-      - "docker docker save matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512 | gzip -9 > docker.tar.gz"
+      - "docker build -f docker/Dockerfile-optimised --build-arg PYTHON_VERSION=3.6 --build-arg MARCH=skylake-avx512 . -t matrixdotorg/synapse:${BUILDKITE_TAG}${BUILDKITE_BRANCH}-skylake-avx512"
+      - "docker docker save matrixdotorg/synapse:${BUILDKITE_TAG}${BUILDKITE_BRANCH}-skylake-avx512 | gzip -9 > docker.tar.gz"
     artifact_paths:
       - "docker.tar.gz"
\ No newline at end of file