Skip to content

Commit a8be5ef

Browse files
authored
Fix qaf image namespace (#37)
1 parent 237b602 commit a8be5ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ run_qaf() {
2121
-e VAULT_TOKEN \
2222
-e BUILDKITE \
2323
-v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \
24-
docker.elastic.co/employees/dolaru/qaf:latest \
24+
docker.elastic.co/appex-qa/qaf:latest \
2525
bash -c "$cmd"
2626
}
2727

.buildkite/teardown-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ run_qaf() {
2020
-e VAULT_TOKEN \
2121
-e BUILDKITE \
2222
-v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \
23-
docker.elastic.co/employees/dolaru/qaf:latest \
23+
docker.elastic.co/appex-qa/qaf:latest \
2424
bash -c "$cmd"
2525
}
2626

0 commit comments

Comments
 (0)