Skip to content

Commit

Permalink
fix: use public image
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Oct 30, 2023
1 parent 24c2a27 commit 2766b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/cli/aztec-cli
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

# fallback on docker

CLI_IMAGE="278380418400.dkr.ecr.eu-west-2.amazonaws.com/aztec-cli"
CLI_IMAGE=${CLI_IMAGE:-"aztecprotocol/aztec-cli"}
CLI_VERSION=${CLI_VERSION:-"latest"}

DOCKER_PATH=""
Expand Down

0 comments on commit 2766b38

Please sign in to comment.