Skip to content

Commit

Permalink
chore(forecast): Move pvnet to use GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Feb 17, 2025
1 parent db912b7 commit 8637d6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions terraform/nowcasting/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,8 @@ source = "../../modules/services/ecs_task"
]

container-tag = var.forecast_pvnet_version
container-name = "openclimatefix/pvnet_app"
container-registry = "docker.io"
container-name = "openclimatefix/uk-pvnet-app"
container-registry = "ghcr.io"
container-command = []
}

Expand Down Expand Up @@ -731,8 +731,8 @@ source = "../../modules/services/ecs_task"
]

container-tag = var.forecast_pvnet_version
container-name = "openclimatefix/pvnet_app"
container-registry = "docker.io"
container-name = "openclimatefix/uk-pvnet-app"
container-registry = "ghcr.io"
container-command = []
}

Expand Down Expand Up @@ -790,8 +790,8 @@ source = "../../modules/services/ecs_task"
]

container-tag = var.forecast_pvnet_day_ahead_docker_version
container-name = "openclimatefix/pvnet_app"
container-registry = "docker.io"
container-name = "openclimatefix/uk-pvnet-app"
container-registry = "ghcr.io"
container-command = []
}

Expand Down

0 comments on commit 8637d6b

Please sign in to comment.