From a8be5ef6e3031a426baa97b13c8beb6b2c32ad8b Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 25 Apr 2024 21:21:04 +0400 Subject: [PATCH] Fix qaf image namespace (#37) --- .buildkite/run-tests | 2 +- .buildkite/teardown-tests | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/run-tests b/.buildkite/run-tests index dbeffb2..6d1eb9c 100755 --- a/.buildkite/run-tests +++ b/.buildkite/run-tests @@ -21,7 +21,7 @@ run_qaf() { -e VAULT_TOKEN \ -e BUILDKITE \ -v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \ - docker.elastic.co/employees/dolaru/qaf:latest \ + docker.elastic.co/appex-qa/qaf:latest \ bash -c "$cmd" } diff --git a/.buildkite/teardown-tests b/.buildkite/teardown-tests index 0cc5f96..fac9391 100644 --- a/.buildkite/teardown-tests +++ b/.buildkite/teardown-tests @@ -20,7 +20,7 @@ run_qaf() { -e VAULT_TOKEN \ -e BUILDKITE \ -v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \ - docker.elastic.co/employees/dolaru/qaf:latest \ + docker.elastic.co/appex-qa/qaf:latest \ bash -c "$cmd" }