mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-11 19:24:21 +01:00
scripts: Use ANTITHESIS_REGISTRY_KEY for Antithesis login
We can now use that as Github actions secret too.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user