Skip to content

Commit

Permalink
fix mainnet fork name
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy committed Dec 1, 2023
1 parent db7be94 commit 782778d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/mainnet-fork/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ resource "aws_ecs_task_definition" "aztec_mainnet_fork" {
[
{
"name": "${var.DEPLOY_TAG}-mainnet-fork",
"image": "${var.DOCKERHUB_ACCOUNT}/aztec-mainnet-fork:${var.DEPLOY_TAG}",
"image": "${var.DOCKERHUB_ACCOUNT}/mainnet-fork:${var.DEPLOY_TAG}",
"essential": true,
"environment": [
{
Expand Down

0 comments on commit 782778d

Please sign in to comment.