From b33b4edc5f56d7e9c27ea31bc4339b2eb3ba527a Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 19 Jun 2025 14:18:05 +0300 Subject: [PATCH] scripts: Use ANTITHESIS_REGISTRY_KEY for Antithesis login We can now use that as Github actions secret too. --- scripts/antithesis/publish-workload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/antithesis/publish-workload.sh b/scripts/antithesis/publish-workload.sh index 62f6ffd92..b3a92040f 100755 --- a/scripts/antithesis/publish-workload.sh +++ b/scripts/antithesis/publish-workload.sh @@ -14,6 +14,6 @@ export DOCKERFILE=Dockerfile.antithesis export DOCKER_DIR=. -cat turso.key.json | docker login -u _json_key https://$ANTITHESIS_DOCKER_HOST --password-stdin +docker login -u _json_key https://$ANTITHESIS_DOCKER_HOST --password "$ANTITHESIS_REGISTRY_KEY" ${BASH_SOURCE%/*}/publish-docker.sh