From c1777f51a961132b377648a519acd33444fe5f60 Mon Sep 17 00:00:00 2001 From: "Amber H. Brown" Date: Wed, 17 Jul 2019 04:00:34 +1000 Subject: [PATCH] try now --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 06880303ee63..02910d387e01 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